Open codehulk369 opened 2 months ago
Facing the same issue
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 ?
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.
Can we update the code to use other models?