Fix conflicts
parent
7a9deb2400
commit
0b51f0d762
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue