fix for openai compatibility model with needed parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user