Jesse Johnson
New commit for backend deployment: 2025-09-25_13-24-03
c59d808
raw
history blame contribute delete
213 Bytes
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;