Rebuild and update project functionality
This commit is contained in:
@@ -77,6 +77,7 @@ export default function SettingsPanel() {
|
||||
try {
|
||||
const token = await modelAdapter.startQwenOAuth();
|
||||
setQwenTokens(token);
|
||||
modelAdapter.updateQwenTokens(token);
|
||||
} catch (error) {
|
||||
console.error("Qwen OAuth failed", error);
|
||||
window.alert(
|
||||
|
||||
Reference in New Issue
Block a user