Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPT-4 change to GPT 3.5 Turbo as a default model #245

Open
philiphusseinn opened this issue Apr 16, 2024 · 2 comments
Open

GPT-4 change to GPT 3.5 Turbo as a default model #245

philiphusseinn opened this issue Apr 16, 2024 · 2 comments

Comments

@philiphusseinn
Copy link

How can I change the llm that the 01 is connecting with? As I've understood by default it's GPT 4 which is very expensive to use as API. How can I change it to GPT 3.5 Turbo which is ten times cheaper?

@maxpetrusenko
Copy link

Here is the list of all settings

but here is the solution:

poetry run 01 --model "gpt-3.5-turbo"

@philiphusseinn
Copy link
Author

Great thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants