fix: update MiniMax model display to M2.7 on OAuth re-login (#676)
This commit is contained in:
committed by
GitHub
Unverified
parent
19a6d2dd34
commit
fcf5f7c566
@@ -283,7 +283,7 @@ class DeviceOAuthManager extends EventEmitter {
|
||||
enabled: existing?.enabled ?? true,
|
||||
baseUrl, // Save the dynamically resolved URL (Global vs CN)
|
||||
|
||||
model: existing?.model || getProviderDefaultModel(providerType),
|
||||
model: getProviderDefaultModel(providerType) || existing?.model,
|
||||
createdAt: existing?.createdAt || new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user