mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Refactor project: remove unused code, clean up logs, streamline error handling, update TypeScript configs, and enhance message streaming.
- Deployed
This commit is contained in:
@@ -11,7 +11,7 @@ export default function IndexPage() {
|
||||
|
||||
clientChatStore.setModel(model as string);
|
||||
} catch (_) {
|
||||
console.log("using default model");
|
||||
// Fall back to default model
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
Reference in New Issue
Block a user