kei-ya-131
Results
2
comments of
kei-ya-131
Same issue here. Using GPT3.5 and continuous mode.
> Try changing api_manager.py to include a method for chat completion > > ``` > import openai > from openai.error import InvalidRequestError > > # ... > > class ApiManager(metaclass=Singleton):...