mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00

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>
22 lines
841 B
Plaintext
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"
|