refactor: trim provider constant exports

This commit is contained in:
Peter Steinberger
2026-05-01 11:53:12 +01:00
parent 8d288e2dfd
commit 678ef019f3
7 changed files with 10 additions and 10 deletions

View File

@@ -4,8 +4,8 @@ import { normalizeModelCompat } from "openclaw/plugin-sdk/provider-model-shared"
const PROVIDER_ID = "opencode-go";
export const OPENCODE_GO_OPENAI_BASE_URL = "https://opencode.ai/zen/go/v1";
export const OPENCODE_GO_ANTHROPIC_BASE_URL = "https://opencode.ai/zen/go";
const OPENCODE_GO_OPENAI_BASE_URL = "https://opencode.ai/zen/go/v1";
const OPENCODE_GO_ANTHROPIC_BASE_URL = "https://opencode.ai/zen/go";
const OPENCODE_GO_SUPPLEMENTAL_MODELS = (
[