MemGPT/.env.example
2024-12-27 11:28:00 +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"