Closed MustaphaU closed 1 year ago
While there may be other free or open-source models to choose from, this project utilizes the OpenAI GPT for its superior performance. If you're interested in modifying the code to employ other models, feel free to do so! I believe the only changes in the code would be in the generate_response_from_transcript method.
I agree -- OpenAI's GPT is superior to most other similar models. Thanks for the tip, also for putting this together.
Would it be possible to use a different API or function for the response suggestions? In my experience, I have not not been able to use that functionality due to always exceeding my quota. Are there any other free or opensource models that can be used in place of OpenAI gpt-3.5-turbo-0301 ?