add a profile photo for chatbot, styling fixes, add button to reset session, load an epub instead of our github vector embeddings

This commit is contained in:
2024-09-22 00:19:37 -04:00
parent 8f3d476a38
commit 2c3a4be48c
10 changed files with 355 additions and 62 deletions

6
src/app.d.ts vendored
View File

@@ -3,11 +3,13 @@
declare global {
namespace App {
// interface Error {}
// interface Locals {}
interface Locals {
sessionId: string;
}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};
export { };