brianmatzelle / AI-Twitch-Chat

A fake livestreaming twitch.tv chat, where small streamers can communicate with unique ChatGPT bots that act as fans.
Apache License 2.0
8 stars 2 forks source link

Other language #5

Open upup666 opened 10 months ago

upup666 commented 10 months ago

Is it possible to use other language than English?

brianmatzelle commented 10 months ago

Yes, the program relies on OpenAI's API models, so comprehension will depend on GPT 3.5s comprehension ability in whatever language you're speaking.

If you want to use a different large language model (perhaps one that is trained in your language), change the function: chatgpt_query() in bot.py.

Let me know if you have a specific implementation request, I wouldn't have a problem adding and updating the repo.

upup666 commented 10 months ago

Thank you for answer, gpts 3.5 works fine in Russian, so what setting i need to change so it could work in my language?

upup666 commented 10 months ago

And also it using not openai api i tried it to get work but Everytime some errors, maybe its possible to update it to use openai api?

upup666 commented 9 months ago

Yes, the program relies on OpenAI's API models, so comprehension will depend on GPT 3.5s comprehension ability in whatever language you're speaking.

If you want to use a different large language model (perhaps one that is trained in your language), change the function: chatgpt_query() in bot.py.

Let me know if you have a specific implementation request, I wouldn't have a problem adding and updating the repo.

Hi there, thanks for your answer. Chatgpt 3.5 works fine with my language

And also it using not openai api i tried it to get work but Everytime some errors, maybe its possible to update it to use openai api?

brianmatzelle commented 9 months ago

Currently developing a patch.

upup666 commented 9 months ago

Currently developing a patch.

I tried my best, and it works, but it answers to me in very long questions and also some strange answers)

upup666 commented 9 months ago

Currently developing a patch.

Hi there, when you can release it?)

upup666 commented 8 months ago

Hi there how is it going? With update?