JinmingYang

Results 75 comments of JinmingYang

```js const transStr = str => str.split('') .reduceRight((result, word, index, arr) => ((index + 1) % 3 === 0 && index !== arr.length - 1 ? '.' : '' )...

Good idea! i am refactoring the preset file tree data structure and will support this, but maybe it's a long time. thank you!

Hi @CogNetSys Your suggestions are very good, especially your design diagram, I think we can strive in this direction. Your voice control over the entire application is an interesting feature,...

BTW, I sincerely invite you to become a maintainer of the GPT-Runner repository. Here is the invitation link: https://github.com/nicepkg/gpt-runner/invitations

> Precisely. Exposing commands to keyboard shortcuts creates an API-like interface that can be used for automation and voice control, as well as screen readers and the option to use...

> Im a 54 y/o Business and Technology Consultant who has over 20 years experience working with entrepreneurs converting their business ideas into reality (since 1995). I dont just propose...

> So as far as the ML... its simple. I am going to keep logs of how the program is being used, format it for training after anonymizing it, and...

> Eventually GPT-R could have a powerfuld API, powerful web GUI, powerful events, and powerful accessibilty functions. > > Events are a new technology, I dont know if you are...

Sorry, I was pretty busy over the weekend, so I'm only responding now. I agree that we should build an event-driven stream application, with the frontend and backend performing corresponding...

At present, we don't need microservices. If we need to integrate third-party LLMs, we can ask users to deploy projects similar to LocalAI themselves. These projects wrap the third-party LLM...