unconv / gpt-autopilot

A GPT-4 powered AI agent that can create full projects with iterative prompting
MIT License
304 stars 95 forks source link

can u create gpt-3.5 turbo version? #18

Open johnfelipe opened 1 year ago

unconv commented 1 year ago

You can put gpt-3.5-turbo-16k-0613 or gpt-3.5-turbo-0613 in the config.json file to use GPT-3.5. You can also run the program with --model 3, --model 3-4k or --model 4 to change between models.

Note that you need to use the 0613 versions because only they support function calling.