wakeupmh commited on
Commit
fc4ef0e
·
1 Parent(s): 933f5b2

fix: trying flan t5

Browse files
Files changed (1) hide show
  1. services/model_handler.py +1 -1
services/model_handler.py CHANGED
@@ -7,7 +7,7 @@ from agno.tools.pubmed import PubmedTools
7
  from agno.models.huggingface import HuggingFace
8
  import os
9
 
10
- MODEL_PATH = "Falconsai/text_summarization"
11
  class ModelHandler:
12
  def __init__(self):
13
  """Initialize the model handler"""
 
7
  from agno.models.huggingface import HuggingFace
8
  import os
9
 
10
+ MODEL_PATH = "google/flan-t5-small"
11
  class ModelHandler:
12
  def __init__(self):
13
  """Initialize the model handler"""