mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
Add embeddings API key default value
This commit is contained in:
parent
58b2e81b7e
commit
e8b9586127
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue