seanpixel / Teenage-AGI

MIT License
902 stars 109 forks source link

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

Closed hxsmyxh closed 1 year ago

hxsmyxh commented 1 year ago

May I know

seanpixel commented 1 year ago

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