max_headroom/example_env.txt
maglore9900 b57734309e refactor with OS detection
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
2024-10-02 13:19:56 -04:00

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'