mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Allow parameterizing Huggingface token in PGPT app
This commit is contained in:
parent
269dc41eb2
commit
7e79b13bcb
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue