Refactor project: remove unused code, clean up logs, streamline error handling, update TypeScript configs, and enhance message streaming.

- Deployed
This commit is contained in:
geoffsee
2025-06-24 16:28:25 -04:00
parent 004ec580d3
commit 9698fc6f3b
19 changed files with 227 additions and 228 deletions

View File

@@ -11,7 +11,7 @@ export default function IndexPage() {
clientChatStore.setModel(model as string);
} catch (_) {
console.log("using default model");
// Fall back to default model
}
}, []);