fix: set nc01 v03 default provider to gpt pika
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user