1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

WIP AI system

This commit is contained in:
vabene1111
2025-09-09 14:58:32 +02:00
parent d0b860e623
commit 397912e87f
49 changed files with 444 additions and 130 deletions

View File

@@ -661,7 +661,7 @@ const appImportDuplicates = ref(false)
const appImportLog = ref<null | ImportLog>(null)
const image = ref<null | File>(null)
const aiMode = ref<'file' | 'text'>('file')
const selectedAiProvider = ref<undefined | AiProvider>(undefined)
const selectedAiProvider = ref<undefined | AiProvider>(useUserPreferenceStore().activeSpace.aiDefaultProvider)
const editAfterImport = ref(false)
const bookmarkletToken = ref("")