This commit is contained in:
Timothy J. Baek
2024-10-15 03:11:03 -07:00
parent 98ba3f8428
commit bf0043881a
2 changed files with 4 additions and 11 deletions

View File

@@ -14,25 +14,16 @@
pinnedChats,
scrollPaginationEnabled,
currentChatPage,
temporaryChatEnabled,
showArtifacts,
showOverview,
showControls
temporaryChatEnabled
} from '$lib/stores';
import { onMount, getContext, tick, onDestroy } from 'svelte';
const i18n = getContext('i18n');
import { updateUserSettings } from '$lib/apis/users';
import {
deleteChatById,
getChatList,
getChatById,
getChatListByTagName,
updateChatById,
getAllTags,
archiveChatById,
cloneChatById,
getChatListBySearchText,
createNewChat,
getPinnedChatList,