mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🦙 docs: Update Ollama + LiteLLM Instructions (#2302)
* Update litellm.md * set OPENAI_API_KEY of litellm service (needs to be set if ollama's openai api compatibility is used)
This commit is contained in:
parent
94950b6e8b
commit
09cd1a7e74
2 changed files with 6 additions and 5 deletions
|
@ -122,6 +122,7 @@ version: '3.4'
|
|||
# - ./litellm/litellm-config.yaml:/app/config.yaml
|
||||
# command: [ "--config", "/app/config.yaml", "--port", "8000", "--num_workers", "8" ]
|
||||
# environment:
|
||||
# OPENAI_API_KEY: none ## needs to be set if ollama's openai api compatibility is used
|
||||
# REDIS_HOST: redis
|
||||
# REDIS_PORT: 6379
|
||||
# REDIS_PASSWORD: RedisChangeMe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue