SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.89k stars 827 forks source link

The model `gpt-3.5-turbo-0301` has been deprecated #193

Open codehulk369 opened 2 months ago

codehulk369 commented 2 months ago

Can we update the code to use other models?

kranant95 commented 2 months ago

Facing the same issue

biswa452 commented 2 months ago

facing the same issue The model gpt-3.5-turbo-0301 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations is there any solution ?

biswa452 commented 2 months ago

Update the code in "ecoute\GPTResponder.py" line no: 11. from model="gpt-3.5-turbo-0301", to model="gpt-3.5-turbo", it will work.