We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64881b commit 0e00094Copy full SHA for 0e00094
ansible-chatbot-run.yaml
@@ -71,7 +71,10 @@ providers:
71
- provider_id: model-context-protocol
72
provider_type: remote::model-context-protocol
73
config: {}
74
-metadata_store: null
+metadata_store:
75
+ namespace: null
76
+ type: sqlite
77
+ db_path: ${env.PROVIDERS_DB_DIR:/.llama/data/distributions/ansible-chatbot}/registry.db
78
models:
79
- metadata: {}
80
model_id: ${env.INFERENCE_MODEL}
0 commit comments