Fix conflicts

main
ideoutrea 2026-02-06 18:16:20 +08:00
parent 7a9deb2400
commit 0b51f0d762
1 changed files with 3 additions and 0 deletions

View File

@ -257,6 +257,9 @@ export async function applyNonInteractiveAuthChoice(params: {
if (!resolved) {
return null;
}
if (resolved.source !== "profile") {
setXaiApiKey(resolved.key);
}
nextConfig = applyAuthProfileConfig(nextConfig, {
profileId: "xai:default",
provider: "xai",