01 icon indicating copy to clipboard operation
01 copied to clipboard

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

Open philiphusseinn opened this issue 1 year ago • 3 comments

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?

philiphusseinn avatar Apr 16 '24 16:04 philiphusseinn

Here is the list of all settings

but here is the solution:

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

maxpetrusenko avatar Apr 16 '24 19:04 maxpetrusenko

Great thanks!

philiphusseinn avatar Apr 17 '24 07:04 philiphusseinn

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

guoper59 avatar Jun 28 '24 00:06 guoper59