🦙 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:
Marius 2024-04-04 14:32:36 +02:00 committed by GitHub
parent 94950b6e8b
commit 09cd1a7e74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -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