We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9d85e commit 9068bf1Copy full SHA for 9068bf1
1 file changed
examples/local-inference/routes.yaml
@@ -5,10 +5,10 @@
5
#
6
# Usage:
7
# openshell-sandbox \
8
-# --inference-routes examples/inference/routes.yaml \
+# --inference-routes examples/local-inference/routes.yaml \
9
# --policy-rules policy.rego \
10
-# --policy-data examples/inference/sandbox-policy.yaml \
11
-# -- python examples/inference/inference.py
+# --policy-data examples/local-inference/sandbox-policy.yaml \
+# -- python examples/local-inference/inference.py
12
13
routes:
14
- name: inference.local
0 commit comments