File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ run: check-env-run
108
108
-v ./embeddings_model:/.llama/data/embeddings_model \
109
109
-v ./vector_db/aap_faiss_store.db:$(CONTAINER_DB_PATH ) /aap_faiss_store.db \
110
110
-v ./lightspeed-stack.yaml:/.llama/data/lightspeed-stack.yaml \
111
- -v ./ansible-chatbot-system-prompt.txt:/.llama/distributions/ansible-chatbot/ansible-chatbot- system-prompt .txt \
111
+ -v ./ansible-chatbot-system-prompt.txt:/.llama/distributions/ansible-chatbot/system-prompts/default .txt \
112
112
--env VLLM_URL=$(ANSIBLE_CHATBOT_VLLM_URL ) \
113
113
--env VLLM_API_TOKEN=$(ANSIBLE_CHATBOT_VLLM_API_TOKEN ) \
114
114
--env INFERENCE_MODEL=$(ANSIBLE_CHATBOT_INFERENCE_MODEL ) \
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ user_data_collection:
13
13
feedback_disabled : true
14
14
transcripts_disabled : true
15
15
customization :
16
- system_prompt_path : /.llama/distributions/ansible-chatbot/ansible-chatbot- system-prompt .txt
16
+ system_prompt_path : /.llama/distributions/ansible-chatbot/system-prompts/default .txt
You can’t perform that action at this time.
0 commit comments