Update tabby
This commit is contained in:
parent
ed9bb1ff74
commit
f3ea3f7cfa
3 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@ api_endpoint = "http://ollama-svc:11434"
|
|||
# Chat model
|
||||
[model.chat.http]
|
||||
kind = "openai/chat"
|
||||
model_name = "llama3.2:latest"
|
||||
model_name = "granite3.3:8b"
|
||||
api_endpoint = "http://ollama-svc:11434/v1"
|
||||
|
||||
# Embedding model
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: tabbyml/tabby
|
||||
newTag: 0.30.1
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: tabby
|
||||
image: tabbyml/tabby:0.25.2
|
||||
image: image
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: tabby
|
||||
|
|
Loading…
Add table
Reference in a new issue