DragonProgrammer commited on
Commit
7ea705e
·
verified ·
1 Parent(s): c6805db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def safe_calculator(expression: str) -> str:
151
  class HfAgentWrapper:
152
  def __init__(self):
153
  print("Initializing HfAgentWrapper...")
154
- model_repo = "https://google/gemma-1.1-7b-it" # <<< --- CORRECTED MODEL REPO ID
155
  print(f"Loading HfAgent with model: {model_repo}")
156
 
157
  try:
 
151
  class HfAgentWrapper:
152
  def __init__(self):
153
  print("Initializing HfAgentWrapper...")
154
+ model_repo = "bigcode/starcoderbase-1b" # <<< --- CORRECTED MODEL REPO ID
155
  print(f"Loading HfAgent with model: {model_repo}")
156
 
157
  try: