mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-23 15:22:52 -05:00
[GH-ISSUE #128] Analysis error In Medical Imaging #2016
Reference in New Issue
Block a user
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?
Originally created by @marcheschi on GitHub (Feb 24, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/128
Hi I'm trying to run the medical imaging example.
But when I tried to analyze the image, I got:
Analysis error: 'str' object has no attribute 'get'I tried to correct in various ways but without success.
Can you help?
Thank you
Paolo
@Madhuvod commented on GitHub (Feb 24, 2025):
hey @marcheschi, sorry for the delay in our response.
There has been a couple of changed in gemini model naming of gemini-2.0-flash and agno framework, so thus you're getting the error.
The error has just been fixed here: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/130
You can continue using it right after it's merged! or you can just look at the pr and apply the changes manually in your local script.
Thanks! lemme know if you have any issues
@marcheschi commented on GitHub (Feb 25, 2025):
Thank You very much ,
Now it works very well .