mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-06-06 03:25:34 +00:00
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
OPENAI_API_KEY=''
|
|
#LLM_TYPE will take openai, local, or hybrid
|
|
LLM_TYPE='openai'
|
|
OPENAI_MODEL='gpt-4o-mini'
|
|
#OLLAMA_MODEL will take any model you can load in ollama
|
|
OLLAMA_MODEL='gemma2'
|
|
OLLAMA_URL='http://localhost:11434'
|
|
CHARACTER='max'
|
|
#LISTEN_MODEL will take whisper or google, whisper is the default option and best for most cases
|
|
LISTEN_MODEL='whisper'
|
|
SPOTIFY_CLIENT_ID = ''
|
|
SPOTIFY_CLIENT_SECRET = ''
|
|
SPOTIFY_REDIRECT_URI = 'http://localhost:8888/callback'
|
|
|
|
|
|
|
|
|
|
|