mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 啊啊啊
This commit is contained in:
parent
cd1687299a
commit
38383e373e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export class ProcessPictureTool extends AbstractTool {
|
|||
})
|
||||
if (captionRes.status === 200) {
|
||||
let result = await captionRes.text()
|
||||
return `the processed image url is ${result}`
|
||||
return `the processed image url is ${Config.extraUrl}${result}`
|
||||
} else {
|
||||
return 'error happened'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue