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
|
# Chat model
|
||||||
[model.chat.http]
|
[model.chat.http]
|
||||||
kind = "openai/chat"
|
kind = "openai/chat"
|
||||||
model_name = "llama3.2:latest"
|
model_name = "granite3.3:8b"
|
||||||
api_endpoint = "http://ollama-svc:11434/v1"
|
api_endpoint = "http://ollama-svc:11434/v1"
|
||||||
|
|
||||||
# Embedding model
|
# Embedding model
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: image
|
||||||
|
newName: tabbyml/tabby
|
||||||
|
newTag: 0.30.1
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
apiVersion: builtin
|
apiVersion: builtin
|
||||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: tabby
|
- name: tabby
|
||||||
image: tabbyml/tabby:0.25.2
|
image: image
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: tabby
|
- name: tabby
|
||||||
|
|
Loading…
Add table
Reference in a new issue