Update tabby

This commit is contained in:
JLP 2025-07-18 16:34:32 -04:00
parent ed9bb1ff74
commit f3ea3f7cfa
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC
3 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -12,7 +12,7 @@ spec:
effect: "NoSchedule"
containers:
- name: tabby
image: tabbyml/tabby:0.25.2
image: image
imagePullPolicy: IfNotPresent
ports:
- name: tabby