wakeupmh commited on
Commit
b79daad
·
1 Parent(s): f353854

test: downgrade agno

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. services/model_handler.py +0 -2
requirements.txt CHANGED
@@ -4,7 +4,7 @@ streamlit>=1.29.0
4
  accelerate>=0.26.0
5
  arxiv>=1.4.7
6
  python-dotenv>=1.0.0
7
- agno>=1.1.5
8
  ollama>=0.4.7
9
  pypdf>=3.11.1
10
  watchdog>=2.3.1
 
4
  accelerate>=0.26.0
5
  arxiv>=1.4.7
6
  python-dotenv>=1.0.0
7
+ agno==1.0.6
8
  ollama>=0.4.7
9
  pypdf>=3.11.1
10
  watchdog>=2.3.1
services/model_handler.py CHANGED
@@ -13,8 +13,6 @@ API_KEYS = [
13
  os.getenv("SK4"),
14
  os.getenv("SK5")
15
  ]
16
- print(API_KEYS)
17
- print(random.choice(API_KEYS))
18
  class ModelHandler:
19
  def __init__(self):
20
  """Initialize the model handler"""
 
13
  os.getenv("SK4"),
14
  os.getenv("SK5")
15
  ]
 
 
16
  class ModelHandler:
17
  def __init__(self):
18
  """Initialize the model handler"""