mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🔨 fix(ToolService): remove userId filter from loadActionSets & Docs Update (#2286)
* fix(ToolService): remove userId filter from `loadActionSets` * docs: updates to rag_api and docker_override explaining key variable conflicts
This commit is contained in:
parent
e66aa280c0
commit
09da05afa1
4 changed files with 37 additions and 2 deletions
|
|
@ -101,6 +101,16 @@ version: '3.4'
|
|||
# rag_api:
|
||||
# image: ghcr.io/danny-avila/librechat-rag-api-dev:latest
|
||||
|
||||
# # USE RAG API IMAGE WITH A DIFFERENT OPENAI API KEY FROM THE ENV FILE
|
||||
# rag_api:
|
||||
# environment:
|
||||
# - OPENAI_API_KEY=sk-your_openai_api_key
|
||||
|
||||
# # OR, USE A CUSTOM ENVIRONMENT VARIABLE TO AVOID HARD-CODING IT
|
||||
# rag_api:
|
||||
# environment:
|
||||
# - OPENAI_API_KEY=${OPENAI_EMBEDDINGS_API_KEY}
|
||||
|
||||
# # ADD OLLAMA
|
||||
# ollama:
|
||||
# image: ollama/ollama:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue