Configure your 01 instance
model
, context_window
, and many more can be updated here.
To open the directory of all profiles, run:
--profile
flag followed by the name of the profile:
default.py
is the default profile that is used when no profile is specified. The default TTS is OpenAI.
fast.py
uses elevenlabs and groq, which are the fastest providers.
local.py
uses coqui TTS and runs the —local explorer from Open Interpreter.
profiles
directory.
The easiest way is to duplicate an existing profile and then update values as needed. Be sure to save the profile with a unique name.
Remember to add interpreter.tts =
to set the text-to-speech provider.
To use a custom profile, run:
software/source/server/profiles/default.py
.
The fast profile uses Llama3-8b served by Groq. You can find this in the fast profile in software/source/server/profiles/fast.py
.