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

@@ -1,4 +1,3 @@
import type { ApplyAuthChoiceParams, ApplyAuthChoiceResult } from "./auth-choice.apply.js";
import { resolveEnvApiKey } from "../agents/model-auth.js";
import { upsertSharedEnvVar } from "../infra/env-file.js";
import {
@@ -6,6 +5,7 @@ import {
normalizeApiKeyInput,
validateApiKeyInput,
} from "./auth-choice.api-key.js";
import type { ApplyAuthChoiceParams, ApplyAuthChoiceResult } from "./auth-choice.apply.js";
import { applyPrimaryModel } from "./model-picker.js";
/** Default model for BytePlus auth onboarding. */