[PR #53] [CLOSED] Ai medical diagnosis imaging agent #127

Closed
opened 2025-11-06 14:56:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/53
Author: @Madhuvod
Created: 12/17/2024
Status: Closed

Base: mainHead: ai-medical-diagnosis


📝 Commits (3)

  • ad5455c ai recruitment agent
  • 0947065 ai recruitment agent - inclusions
  • a11d924 ai medical diagnosis agent - inclusions

📊 Changes

6 files changed (+723 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_medical_diagnosis_agent/README.md (+66 -0)
ai_agent_tutorials/ai_medical_diagnosis_agent/medical_image_diagnosis.py (+165 -0)
ai_agent_tutorials/ai_medical_diagnosis_agent/requirements.txt (+6 -0)
ai_agent_tutorials/ai_recruiter_agent_team/README.md (+0 -0)
ai_agent_tutorials/ai_recruiter_agent_team/main.py (+486 -0)
ai_agent_tutorials/ai_recruiter_agent_team/requirements.txt (+0 -0)

📄 Description

constantly hitting the error: An error occurred: 500 Internal error occurred., model used in gemini 2.0 flash exp. should figure it out. else - code is working fine


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/53 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 12/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ai-medical-diagnosis` --- ### 📝 Commits (3) - [`ad5455c`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ad5455c3d5ce99affb92e2b3ce35e561fdb30e8d) ai recruitment agent - [`0947065`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/0947065aeed16d0116b5575b6fe8efa83583ebd3) ai recruitment agent - inclusions - [`a11d924`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/a11d92499fde20f5bff483d065b7b1d741900f15) ai medical diagnosis agent - inclusions ### 📊 Changes **6 files changed** (+723 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_medical_diagnosis_agent/README.md` (+66 -0) ➕ `ai_agent_tutorials/ai_medical_diagnosis_agent/medical_image_diagnosis.py` (+165 -0) ➕ `ai_agent_tutorials/ai_medical_diagnosis_agent/requirements.txt` (+6 -0) ➕ `ai_agent_tutorials/ai_recruiter_agent_team/README.md` (+0 -0) ➕ `ai_agent_tutorials/ai_recruiter_agent_team/main.py` (+486 -0) ➕ `ai_agent_tutorials/ai_recruiter_agent_team/requirements.txt` (+0 -0) </details> ### 📄 Description constantly hitting the error: An error occurred: 500 Internal error occurred., model used in gemini 2.0 flash exp. should figure it out. else - code is working fine --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:56:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#127