mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-06-04 10:30:24 +00:00

now does os detection and does not try to invoke windows specific tools on non-windows systems. will need to create more than one requirement.txt folder also added variable env value for character prompts
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='gemma2'
|
|
OLLAMA_URL='http://localhost:11434'
|
|
spotify_client_id = ''
|
|
spotify_client_secret = ''
|
|
spotify_redirect_uri = 'http://localhost:8888/callback'
|
|
|
|
|
|
|
|
|
|
|