mgbam commited on
Commit
b7af4e9
·
verified ·
1 Parent(s): e4df9f9

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -9,7 +9,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
9
  OPENAI_DEFAULT_MODEL = "gpt-4o-mini"
10
 
11
  # Hugging Face Model for Medical Image Analysis
12
- HF_IMAGE_MODEL = "ContactDoctor/Bio-Medical-MultiModal-Llama-3-8B-V1"
13
 
14
  # PubMed and summarization settings
15
  MAX_PUBMED_RESULTS = 5
 
9
  OPENAI_DEFAULT_MODEL = "gpt-4o-mini"
10
 
11
  # Hugging Face Model for Medical Image Analysis
12
+ HF_IMAGE_MODEL = "mradermacher/Bio-Medical-MultiModal-Llama-3-8B-V1-i1-GGUF"
13
 
14
  # PubMed and summarization settings
15
  MAX_PUBMED_RESULTS = 5