Update tabby and ollama

This commit is contained in:
JLP 2026-04-21 17:44:34 -04:00
parent 2896e0dafe
commit cd4761a79d
Signed by: jleechpe
GPG key ID: 414E00D1FF7519DC
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ kind: Kustomization
images: images:
- name: image - name: image
newName: ollama/ollama newName: ollama/ollama
newTag: 0.11.3 newTag: 0.21.0
transformers: transformers:
- |- - |-

View file

@ -1,13 +1,13 @@
[model.completion.http] [model.completion.http]
kind = "ollama/completion" kind = "ollama/completion"
model_name = "qwen2.5-coder:14b-instruct-q4_K_M" model_name = "qwen3.5:9b"
api_endpoint = "http://ollama-svc:11434" api_endpoint = "http://ollama-svc:11434"
# prompt_template = "<PRE> {prefix} <SUF>{suffix} <MID>" # Example prompt template for the CodeLlama model series. # prompt_template = "<PRE> {prefix} <SUF>{suffix} <MID>" # Example prompt template for the CodeLlama model series.
# Chat model # Chat model
[model.chat.http] [model.chat.http]
kind = "openai/chat" kind = "openai/chat"
model_name = "granite3.3:8b" model_name = "qwen3.5:9b"
api_endpoint = "http://ollama-svc:11434/v1" api_endpoint = "http://ollama-svc:11434/v1"
# Embedding model # Embedding model

View file

@ -4,7 +4,7 @@ kind: Kustomization
images: images:
- name: image - name: image
newName: tabbyml/tabby newName: tabbyml/tabby
newTag: 0.30.1 newTag: "20260330"
transformers: transformers:
- |- - |-
apiVersion: builtin apiVersion: builtin