Skip to content

Commit ea5c480

Browse files
committed
remove useless values
1 parent e5e1ac2 commit ea5c480

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/assistant/Sidebar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
sendStreamChatRequest,
178178
createImageUserMessage,
179179
formatOutputTextLight,
180-
generateImage,
181180
handleImageWithKontextPro
182181
} from './util'
183182
import { useI18n } from 'vue-i18n'

src/components/assistant/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ export async function generateImage(options: {
463463
export async function handleImageWithKontextPro(
464464
prompt: string,
465465
imageBase64: string,
466-
signal?: AbortSignal,
467466
options: Record<string, any> = {}
468467
) {
469468
console.log('进入handleImageWithKontextPro函数')

0 commit comments

Comments
 (0)