fix for openai compatibility model with needed parameters

This commit is contained in:
2026-03-09 10:21:39 +03:00
parent 969d25209c
commit 5721bad117
4 changed files with 39 additions and 4 deletions

View File

@@ -14,6 +14,9 @@ QDRANT_GRPC_PORT=6334
# OpenAI Configuration (for reference - uncomment and configure when using OpenAI strategy)
# OPENAI_CHAT_URL=https://api.openai.com/v1
# OPENAI_CHAT_KEY=your_openai_api_key_here
# OPENAI_CHAT_TEMPERATURE=0.1
# OPENAI_CHAT_MAX_TOKENS=1024
# OPENAI_CHAT_REASONING_EFFORT=low
# OPENAI_CHAT_IS_FUNCTION_CALLING_MODEL=false
# OPENAI_EMBEDDING_MODEL=text-embedding-3-small
# OPENAI_EMBEDDING_BASE_URL=https://api.openai.com/v1