fix: 识图模型报错

This commit is contained in:
憨憨 2024-07-22 15:23:19 +08:00 committed by GitHub
parent 49aade9ac6
commit 1fad082da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -618,7 +618,7 @@ ${translateLangLabels}
e,
userId: e.sender.user_id,
key: Config.geminiKey,
model: 'gemini-pro-vision',
model: 'gemini-1.5-flash-latest',
baseUrl: Config.geminiBaseUrl,
debug: Config.debug
})