From 3cf119e382b791f457c0c5a44fa5bb04856a97eb Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Jul 2026 10:23:11 +0200 Subject: [PATCH] fix: set nc01 v03 default provider to gpt pika --- deploy/deploy.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 8abaa6e6..5e75270c 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -362,19 +362,19 @@ lanes: prometheusOperatorResources: false opencode: image: 127.0.0.1:5000/hwlab/opencode:1.17.7-git - providerProfile: dsflash-go - providerId: dsflash-go - displayName: AgentRun dsflash-go - model: deepseek-v4-flash - smallModel: deepseek-v4-flash - baseURL: https://opencode.ai/zen/go/v1 + providerProfile: gpt.pika + providerId: gpt.pika + displayName: AgentRun gpt.pika + model: gpt-5.4-mini + smallModel: gpt-5.4-mini + baseURL: https://api.pikapython.com/ npm: '@ai-sdk/openai-compatible' - apiKeyEnv: OPENCODE_DSFLASH_GO_API_KEY + apiKeyEnv: OPENCODE_GPT_PIKA_API_KEY apiKeySecretRef: hwlab-code-agent-provider/opencode-api-key contextLimit: 1000000 outputLimit: 384000 agentrunSecretNamespace: agentrun-v02 - agentrunSecretName: agentrun-v01-provider-dsflash-go + agentrunSecretName: agentrun-v01-provider-gpt-pika agentrunSecretKeys: - auth.json - config.toml