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