+librechat-dev +litellm

This commit is contained in:
2025-09-23 07:34:35 +02:00
parent 91d0d26c22
commit 40a194028f
26 changed files with 2006 additions and 1278 deletions

View File

@@ -23,12 +23,8 @@ in {
autoStart = true;
environment = {
RAG_PORT = "8000";
# pgvector connection to host Postgres
DB_HOST = "10.89.0.1"; # your host on the 'web' network
DB_HOST = "10.89.0.1";
DB_PORT = "5432";
# embeddings: pick one (OpenAI default, or HF/Ollama per docs)
# EMBEDDINGS_PROVIDER = "openai";
# RAG_OPENAI_API_KEY is read by RAG API (can also use OPENAI_API_KEY).
};
environmentFiles = [envFile];
dependsOn = ["meilisearch"];