mirror of
https://github.com/atiilla/GeoIntel.git
synced 2026-04-26 16:15:57 +03:00
[PR #11] [CLOSED] fix: upgrade to Gemini 3 Flash Preview, refactor & bug fixes #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/GeoIntel#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/atiilla/GeoIntel/pull/11
Author: @PierrunoYT
Created: 2/27/2026
Status: ❌ Closed
Base:
main← Head:v2📝 Commits (6)
af30dbafix: detect actual image MIME type instead of hardcoding image/jpeg2db2047refactor: remove dead code and consolidate duplicated logic4fd578cchore: upgrade to gemini-3-flash and update API to v1betadb7f36bchore(setup): update model reference to Gemini 3 Flash56c4ffbfix: correct Gemini model name to gemini-3-flash-preview3edf40cHarden web upload handling and response parsing📊 Changes
12 files changed (+1705 additions, -1539 deletions)
View changed files
📝
geointel/__init__.py(+0 -2)📝
geointel/api_client.py(+23 -39)📝
geointel/config.py(+2 -3)📝
geointel/exceptions.py(+0 -3)📝
geointel/geointel.py(+55 -56)📝
geointel/image_processor.py(+132 -72)📝
geointel/response_parser.py(+187 -140)📝
geointel/web_server.py(+166 -178)📝
geointel_ui_template/index.html(+1065 -1045)📝
setup.py(+1 -1)➕
tests/test_image_processor.py(+33 -0)➕
tests/test_response_parser.py(+41 -0)📄 Description
Summary
Upgrades the model and fixes several bugs from the \2\ branch.
Fixes
Refactor
Chore
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #11] fix: upgrade to Gemini 3 Flash Preview, refactor & bug fixesto [PR #11] [CLOSED] fix: upgrade to Gemini 3 Flash Preview, refactor & bug fixes