feat(editor): Add a file upload component.

This commit is contained in:
Rafi
2023-04-19 18:11:07 +08:00
parent 31dc740554
commit 6c2faf1039
2 changed files with 90 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ onNuxtReady(() => {
color="transparent"
>
<Prompt v-show="!fetchingResponse" :use-prompt="usePrompt" />
<EditorToolsUploadFile />
<EditorToolsWebSearch v-if="$settings.open_web_search === 'True'" />
<EditorToolsFrugalMode v-if="$settings.open_frugal_mode_control === 'True'" />