14,974
edits
No edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
== Troubleshooting of Google Gemini API == | == Troubleshooting of Google Gemini API == | ||
=== How to fix "Request contains an invalid argument" === | === How to fix "Request contains an invalid argument" === | ||
Error message | '''Error message''' | ||
<pre> | <pre> | ||
無法提交提示 | 無法提交提示 | ||
| Line 14: | Line 14: | ||
</pre> | </pre> | ||
Model: gemini-1.5-pro-preview-0409 or gemini-1.5-flash-preview-0514 | '''Model Affected''': gemini-1.5-pro-preview-0409 or gemini-1.5-flash-preview-0514 | ||
Workaround solution: | '''Workaround solution:''' | ||
* If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help reduce the input token length. | * If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help reduce the input token length. | ||