This commit is contained in:
Timothy J. Baek
2024-08-04 16:36:44 +02:00
parent 4441338574
commit a2f9f7c975
6 changed files with 87 additions and 72 deletions

View File

@@ -45,7 +45,6 @@ export const showCallOverlay = writable(false);
export const scrollPaginationEnabled = writable(true);
export const pageSkip = writable(0);
export const pageLimit = writable(-1);
export const tagView = writable(false);
export type Model = OpenAIModel | OllamaModel;