Skip to content

Commit 76ac6d8

Browse files
committed
Include "/provider.d" in EXTERNAL_PROVIDERS_DIR
1 parent 781d5b6 commit 76ac6d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ If you have the need for re-building images, apply the following clean-ups right
185185
EMBEDDINGS_MODEL=./embeddings_model
186186
VECTOR_DB_DIR=./vector_db
187187
PROVIDERS_DB_DIR=./work
188-
EXTERNAL_PROVIDERS_DIR=llama-stack
188+
EXTERNAL_PROVIDERS_DIR=./llama-stack/providers.d
189189
```
190190
3. Create a Python run configuration with following values:
191191
- script/module: `script`

ansible-chatbot-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ server:
103103
tls_cafile: null
104104
auth: null
105105
disable_ipv6: false
106-
external_providers_dir: ${env.EXTERNAL_PROVIDERS_DIR:/.llama}/providers.d
106+
external_providers_dir: ${env.EXTERNAL_PROVIDERS_DIR:/.llama/providers.d}

0 commit comments

Comments
 (0)