feat: first time automated ollama install experience and openrouter (#3881)
Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user