Skip to content

Commit

Permalink
Allow parameterizing Huggingface token in PGPT app
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Oct 17, 2024
1 parent 269dc41 commit 7e79b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .neuro/live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e79b13

Please sign in to comment.