Open upup666 opened 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.
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?
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?
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?
Currently developing a patch.
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)
Currently developing a patch.
Hi there, when you can release it?)
Hi there how is it going? With update?
Is it possible to use other language than English?