| export const CHAT_STATUS = { | |
| READY: "ready", | |
| SUBMITTED: "submitted", | |
| STREAMING: "streaming", | |
| ERROR: "error", | |
| }; | |
| export const LOCAL_STORAGE_KEY = "recipe-bot-chats"; | |
| export const TABLET_BREAKPOINT = 768; | |
| export const CHAT_STATUS = { | |
| READY: "ready", | |
| SUBMITTED: "submitted", | |
| STREAMING: "streaming", | |
| ERROR: "error", | |
| }; | |
| export const LOCAL_STORAGE_KEY = "recipe-bot-chats"; | |
| export const TABLET_BREAKPOINT = 768; | |