We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e1ac2 commit ea5c480Copy full SHA for ea5c480
2 files changed
src/components/assistant/Sidebar.vue
@@ -177,7 +177,6 @@
177
sendStreamChatRequest,
178
createImageUserMessage,
179
formatOutputTextLight,
180
- generateImage,
181
handleImageWithKontextPro
182
} from './util'
183
import { useI18n } from 'vue-i18n'
src/components/assistant/util.ts
@@ -463,7 +463,6 @@ export async function generateImage(options: {
463
export async function handleImageWithKontextPro(
464
prompt: string,
465
imageBase64: string,
466
- signal?: AbortSignal,
467
options: Record<string, any> = {}
468
) {
469
console.log('进入handleImageWithKontextPro函数')
0 commit comments