mirror of
https://github.com/atiilla/GeoIntel.git
synced 2026-04-26 16:15:57 +03:00
[PR #12] [CLOSED] V2 #12
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#12
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/12
Author: @PierrunoYT
Created: 3/7/2026
Status: ❌ Closed
Base:
main← Head:v2📝 Commits (7)
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 parsing0d8819aMerge upstream main into v2: multi-model support, improved image handling, v0.2.0📊 Changes
10 files changed (+1871 additions, -1771 deletions)
View changed files
📝
geointel/__init__.py(+0 -2)📝
geointel/api_client.py(+23 -39)📝
geointel/exceptions.py(+0 -3)📝
geointel/geointel.py(+59 -59)📝
geointel/image_processor.py(+149 -149)📝
geointel/response_parser.py(+187 -140)📝
geointel/web_server.py(+240 -240)📝
geointel_ui_template/index.html(+1139 -1139)➕
tests/test_image_processor.py(+33 -0)➕
tests/test_response_parser.py(+41 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.