Skip to content

Commit 9068bf1

Browse files
committed
fix: correct example paths in local-inference routes.yaml
1 parent ff9d85e commit 9068bf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/local-inference/routes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#
66
# Usage:
77
# openshell-sandbox \
8-
# --inference-routes examples/inference/routes.yaml \
8+
# --inference-routes examples/local-inference/routes.yaml \
99
# --policy-rules policy.rego \
10-
# --policy-data examples/inference/sandbox-policy.yaml \
11-
# -- python examples/inference/inference.py
10+
# --policy-data examples/local-inference/sandbox-policy.yaml \
11+
# -- python examples/local-inference/inference.py
1212

1313
routes:
1414
- name: inference.local

0 commit comments

Comments
 (0)