Compare commits

..

1 Commits

Author SHA1 Message Date
Roger Oriol
ce08365e06 revert to qwen3.6 for platform engineer 2026-07-07 23:52:37 +02:00
6 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: deadline-checker - name: deadline-checker
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- python - python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: evening-summary - name: evening-summary
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- python - python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: git-sync - name: git-sync
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- python - python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: morning-briefing - name: morning-briefing
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- python - python

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: waiting-followup - name: waiting-followup
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- python - python

View File

@@ -9,18 +9,18 @@ data:
config.yaml: | config.yaml: |
model: model:
provider: openai-api provider: openai-api
default: z-ai/glm-5.2 default: qwen3.6
base_url: "http://litellm-service.litellm:80/v1" base_url: "http://litellm-service.litellm:80/v1"
api_mode: chat_completions api_mode: chat_completions
auxiliary: auxiliary:
compression: compression:
provider: openai-api provider: openai-api
model: z-ai/glm-5.2 model: qwen3.6
base_url: "http://litellm-service.litellm:80/v1" base_url: "http://litellm-service.litellm:80/v1"
title_generation: title_generation:
provider: openai-api provider: openai-api
model: z-ai/glm-5.2 model: qwen3.6
base_url: "http://litellm-service.litellm:80/v1" base_url: "http://litellm-service.litellm:80/v1"
terminal: terminal: