feat: first time automated ollama install experience and openrouter (#3881)

Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
Michael Neale
2025-08-08 11:41:53 +10:00
committed by GitHub
parent 43d6d1a492
commit e124bb084f
9 changed files with 1444 additions and 10 deletions
+4 -4
View File
@@ -986,12 +986,12 @@ export default function App() {
if (error instanceof MalformedConfigError) {
throw error;
}
window.location.hash = '#/welcome';
window.history.replaceState({}, '', '#/welcome');
window.location.hash = '#/';
window.history.replaceState({}, '', '#/');
}
} else {
window.location.hash = '#/welcome';
window.history.replaceState({}, '', '#/welcome');
window.location.hash = '#/';
window.history.replaceState({}, '', '#/');
}
} catch (error) {
console.error('Fatal error during initialization:', error);