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
7 changed files with 13 additions and 29 deletions

View File

@@ -22,9 +22,3 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=false - CreateNamespace=false
ignoreDifferences:
- group: argoproj.io
kind: Application
jsonPointers:
- /status
- /operation

View File

@@ -22,12 +22,10 @@ spec:
job: deadline-checker job: deadline-checker
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers: containers:
- name: deadline-checker - name: deadline-checker
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- python - python
- run_job.py - run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: evening-summary job: evening-summary
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers: containers:
- name: evening-summary - name: evening-summary
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- python - python
- run_job.py - run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: git-sync job: git-sync
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers: containers:
- name: git-sync - name: git-sync
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- python - python
- run_job.py - run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: morning-briefing job: morning-briefing
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers: containers:
- name: morning-briefing - name: morning-briefing
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- python - python
- run_job.py - run_job.py

View File

@@ -22,12 +22,10 @@ spec:
job: waiting-followup job: waiting-followup
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
imagePullSecrets:
- name: gitea-registry
containers: containers:
- name: waiting-followup - name: waiting-followup
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf image: myorg-assistant:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
command: command:
- python - python
- run_job.py - run_job.py

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: