This commit is contained in:
Lan 2025-10-28 15:21:01 +02:00 committed by GitHub
commit 821e000d99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,9 @@ FALKORDB_PASSWORD=
OPENAI_API_KEY=your_openai_api_key_here
MODEL_NAME=gpt-4.1-mini
# Optional: OpenAI model name to use for embedding operations.
# EMBEDDER_MODEL_NAME=text-embedding-3-small
# Optional: Only needed for non-standard OpenAI endpoints
# OPENAI_BASE_URL=https://api.openai.com/v1

View file

@ -101,6 +101,7 @@ The server supports both Neo4j and FalkorDB as database backends. Use the `DATAB
- `OPENAI_BASE_URL`: Optional base URL for OpenAI API
- `MODEL_NAME`: OpenAI model name to use for LLM operations.
- `SMALL_MODEL_NAME`: OpenAI model name to use for smaller LLM operations.
- `EMBEDDER_MODEL_NAME`: OpenAI model name to use for embedding operations.
- `LLM_TEMPERATURE`: Temperature for LLM responses (0.0-2.0).
- `AZURE_OPENAI_ENDPOINT`: Optional Azure OpenAI LLM endpoint URL
- `AZURE_OPENAI_DEPLOYMENT_NAME`: Optional Azure OpenAI LLM deployment name