gpt-3.5-turbo
Closed this issue · 3 comments
rpgsolomaker commented
Does anyone know how to implement gpt-3.5 to the code? seems like a better and cheaper option for this project than previous openai models. Thank you.
CodeWithSwastik commented
I have written a version that uses gpt-3.5-turbo, you can find it in the chat.py file in this repository: https://github.com/CodeWithSwastik/ProjectX
Direct link: https://github.com/CodeWithSwastik/ProjectX/blob/main/chat.py
KoroVT commented
Im interested on knowing this as well, if anyone has a way to do it.
adi-panda commented
Thanks to @GabrielAlmeida1701 , GPT 3.5 is now supported! Enjoy!