Skip to content

Commit 5bb3020

Browse files
zdtswVaishnaviHire
authored andcommitted
fix: after code review
Signed-off-by: Wen Zhou <[email protected]>
1 parent 6093bf7 commit 5bb3020

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
name: starter
8484
containerSpec:
8585
env:
86-
- name: INFERENCE_MODEL
86+
- name: OLLAMA_INFERENCE_MODEL
8787
value: "llama3.2:1b"
8888
- name: OLLAMA_URL
8989
value: "http://ollama-server-service.ollama-dist.svc.cluster.local:11434"

config/samples/example-with-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ data:
1919
- model_id: "llama3.2:1b"
2020
provider_id: ollama
2121
model_type: llm
22-
provider_model_id: llama3.2:1b
2322
server:
2423
port: 8321
2524
---

0 commit comments

Comments
 (0)