01
01 copied to clipboard
GPT-4 change to GPT 3.5 Turbo as a default model
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?
Great thanks!
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