mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-06-06 19:45:31 +00:00
16 lines
337 B
Plaintext
16 lines
337 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='llama'
|
|
OLLAMA_URL='http://10.0.0.231:11434'
|
|
spotify_client_id = ''
|
|
spotify_client_secret = ''
|
|
spotify_redirect_uri = 'http://localhost:8888/callback'
|
|
|
|
|
|
|
|
|
|
|