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 6093bf7 commit 5bb3020Copy full SHA for 5bb3020
README.md
@@ -83,7 +83,7 @@ spec:
83
name: starter
84
containerSpec:
85
env:
86
- - name: INFERENCE_MODEL
+ - name: OLLAMA_INFERENCE_MODEL
87
value: "llama3.2:1b"
88
- name: OLLAMA_URL
89
value: "http://ollama-server-service.ollama-dist.svc.cluster.local:11434"
config/samples/example-with-configmap.yaml
@@ -19,7 +19,6 @@ data:
19
- model_id: "llama3.2:1b"
20
provider_id: ollama
21
model_type: llm
22
- provider_model_id: llama3.2:1b
23
server:
24
port: 8321
25
---
0 commit comments