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:
6
src/app.d.ts
vendored
6
src/app.d.ts
vendored
@@ -3,11 +3,13 @@
|
||||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
// interface Locals {}
|
||||
interface Locals {
|
||||
sessionId: string;
|
||||
}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
export { };
|
||||
|
Reference in New Issue
Block a user