Update vision_tools.py to include image downloading and base64 conversion features.

add excluding tmp image dl's in .gitignore
This commit is contained in:
teknium 2025-10-08 02:38:04 +00:00
parent d36790de91
commit 8d256779d8
3 changed files with 124 additions and 7 deletions

3
.gitignore vendored
View file

@ -19,4 +19,5 @@ __pycache__/web_tools.cpython-310.pyc
logs/
data/
.pytest_cache/
tmp/
tmp/
temp_vision_images/