mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-28 12:01:29 +00:00
Add embeddings API key default value
This commit is contained in:
parent
58b2e81b7e
commit
e8b9586127
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user