seanpixel/Teenage-AGI

I only have gpt3.5 , how could I use it

Closed this issue · 1 comments

May I know

You can either change line 18 of agent.py to OPENAI_MODEL = "gpt-3.5-turbo" or set the environment variable "OPENAI_MODEL" to "gpt-3.5-turbo" in the .env file