victorli commited on
Commit
1516987
·
1 Parent(s): cf43bf5

adding medgemma

Browse files
benchmarking/llm_providers/medrax_provider.py CHANGED
@@ -41,6 +41,7 @@ class MedRAXProvider(LLMProvider):
41
  "DuckDuckGoSearchTool", # For privacy-focused web search using DuckDuckGo
42
  "XRayVQATool", # For visual question answering on X-rays
43
  "XRayPhraseGroundingTool", # For locating described features in X-rays
 
44
  ]
45
 
46
  rag_config = RAGConfig(
 
41
  "DuckDuckGoSearchTool", # For privacy-focused web search using DuckDuckGo
42
  "XRayVQATool", # For visual question answering on X-rays
43
  "XRayPhraseGroundingTool", # For locating described features in X-rays
44
+ "MedGemmaVQATool"
45
  ]
46
 
47
  rag_config = RAGConfig(