We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a00e77 commit cb663dbCopy full SHA for cb663db
1 file changed
src/components/assistant/util.ts
@@ -461,8 +461,8 @@ export async function generateImage(options: {
461
* @returns Promise<string> 返回生成的图片URL
462
*/
463
export async function handleImageWithKontextPro(
464
- prompt: string,
465
- imageBase64: string,
+ prompt: string,
+ imageBase64: string,
466
options: Record<string, any> = {}
467
) {
468
console.log('进入handleImageWithKontextPro函数')
0 commit comments