mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-19 09:49:07 +00:00
Allow parameterizing Huggingface token in PGPT app
This commit is contained in:
parent
269dc41eb2
commit
7e79b13bcb
@ -67,6 +67,7 @@ jobs:
|
||||
POSTGRES_HOST: ${{ inspect_job('pgvector').internal_hostname_named }}
|
||||
VLLM_MODEL: meta-llama/Meta-Llama-3-8B-Instruct
|
||||
VLLM_TOKENIZER: meta-llama/Meta-Llama-3-8B-Instruct
|
||||
HUGGINGFACE_TOKEN: secret:HF_TOKEN
|
||||
|
||||
vllm:
|
||||
image: vllm/vllm-openai:v0.6.1.post2
|
||||
|
@ -69,7 +69,7 @@ embedding:
|
||||
|
||||
huggingface:
|
||||
embedding_hf_model_name: BAAI/bge-small-en-v1.5
|
||||
access_token: ${HF_TOKEN:}
|
||||
access_token: ${HUGGINGFACE_TOKEN:}
|
||||
|
||||
vectorstore:
|
||||
database: qdrant
|
||||
|
Loading…
Reference in New Issue
Block a user