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 · 3 comments
Open

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

philiphusseinn opened this issue Apr 16, 2024 · 3 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!

@guoper59
Copy link

And how could I use no openai models?, I am trying different commands but any of them work.
poetry run 01 --model "llama3-8b-8192" --context-window 8000 --tts-service piper --stt-service local-whisper
poetry run 01 --server --model "llama3-8b-8192" --context-window 8000 --tts-service piper --stt-service local-whisper
poetry run 01 --server --server-url "https://api.groq.com/openai/v1" --model "llama3-8b-8192" --context-window 8000 --tts-service piper --stt-service local-whisper

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

3 participants