mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 识图模型报错
This commit is contained in:
parent
49aade9ac6
commit
1fad082da6
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ ${translateLangLabels}
|
||||||
e,
|
e,
|
||||||
userId: e.sender.user_id,
|
userId: e.sender.user_id,
|
||||||
key: Config.geminiKey,
|
key: Config.geminiKey,
|
||||||
model: 'gemini-pro-vision',
|
model: 'gemini-1.5-flash-latest',
|
||||||
baseUrl: Config.geminiBaseUrl,
|
baseUrl: Config.geminiBaseUrl,
|
||||||
debug: Config.debug
|
debug: Config.debug
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue