MemGPT/.env.example
Sarah Wooders 0cb31a2f72
feat: various fixes (#2320)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-12-31 10:53:33 +04:00

22 lines
841 B
Plaintext

##########################################################
Example enviornment variable configurations for the Letta
Docker container. Un-coment the sections you want to
configure with.
##########################################################
##########################################################
OpenAI configuration
##########################################################
# OPENAI_API_KEY=sk-...
##########################################################
Ollama configuration
##########################################################
# OLLAMA_BASE_URL="http://host.docker.internal:11434"
##########################################################
vLLM configuration
##########################################################
# VLLM_API_BASE="http://host.docker.internal:8000"