fix: finish volcengine/byteplus landing polish (#7967) (thanks @funmore123)

This commit is contained in:
Peter Steinberger
2026-02-21 15:04:28 +01:00
parent 559736a5a0
commit 581868365d
7 changed files with 13 additions and 12 deletions

View File

@@ -6,10 +6,6 @@ import {
} from "../providers/github-copilot-token.js";
import { ensureAuthProfileStore, listProfilesForProvider } from "./auth-profiles.js";
import { discoverBedrockModels } from "./bedrock-discovery.js";
import {
buildCloudflareAiGatewayModelDefinition,
resolveCloudflareAiGatewayBaseUrl,
} from "./cloudflare-ai-gateway.js";
import {
buildBytePlusModelDefinition,
BYTEPLUS_BASE_URL,
@@ -17,6 +13,10 @@ import {
BYTEPLUS_CODING_BASE_URL,
BYTEPLUS_CODING_MODEL_CATALOG,
} from "./byteplus-models.js";
import {
buildCloudflareAiGatewayModelDefinition,
resolveCloudflareAiGatewayBaseUrl,
} from "./cloudflare-ai-gateway.js";
import {
buildDoubaoModelDefinition,
DOUBAO_BASE_URL,