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