Merge 6530341231 into 56f6d09df0
This commit is contained in:
commit
821e000d99
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue