feat: call ui scaffold

This commit is contained in:
Timothy J. Baek
2024-06-06 22:30:19 -07:00
parent 340b716a90
commit 5196b65c2e
4 changed files with 93 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ export const showSidebar = writable(false);
export const showSettings = writable(false);
export const showArchivedChats = writable(false);
export const showChangelog = writable(false);
export const showCallOverlay = writable(false);
export type Model = OpenAIModel | OllamaModel;