Commit e5dc4c7
docs(gemini): image_url is not supported — it returns 422 (#40)
Signed-out Gemini accepts the upload and then refuses to answer about it
(PERMISSION_DENIED from its own generate call), so scrapebadger now 422s
image asks immediately instead of charging for a request that cannot
succeed. The parameter stays on the signature — removing it would break
callers — but the docstring no longer promises an answer. chatgpt.ask
takes an image and answers about it.
See scrape-badger/scrapebadger#1614.
Co-authored-by: kasparasizi1 <132673909+kasparasizi1@users.noreply.github.com>1 parent 72b55ec commit e5dc4c7
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments