using openailike for llamaindex that will allow of usage of any openai compatible models via api, and not just hardcoded models inside default OpenAI class in llamaindex
This commit is contained in:
@@ -14,6 +14,7 @@ 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_IS_FUNCTION_CALLING_MODEL=false
|
||||
# OPENAI_EMBEDDING_MODEL=text-embedding-3-small
|
||||
# OPENAI_EMBEDDING_BASE_URL=https://api.openai.com/v1
|
||||
# OPENAI_EMBEDDING_API_KEY=your_openai_api_key_here
|
||||
|
||||
Reference in New Issue
Block a user