mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-01 15:19:05 +00:00
Add embeddings API key default value
This commit is contained in:
@@ -12,6 +12,7 @@ llm:
|
||||
openai:
|
||||
api_base: ${VLLM_API_BASE:http://localhost:8000/v1}
|
||||
api_key: ${VLLM_API_KEY:EMPTY}
|
||||
embedding_api_key: ${EMBEDDING_API_KEY:EMPTY}
|
||||
model: ${VLLM_MODEL:lmsys/vicuna-7b-v1.5}
|
||||
|
||||
embedding:
|
||||
|
Reference in New Issue
Block a user