DragonProgrammer commited on
Commit
33ee0b6
·
verified ·
1 Parent(s): 5156a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def safe_calculator(expression: str) -> str:
155
  class HfAgentWrapper:
156
  def __init__(self):
157
  print("Initializing HfAgentWrapper...")
158
- model_id_or_path = "google/gemma-1.1-7b-it"
159
 
160
  try:
161
  print(f"Attempting to create LLM pipeline for model: {model_id_or_path}")
 
155
  class HfAgentWrapper:
156
  def __init__(self):
157
  print("Initializing HfAgentWrapper...")
158
+ model_id_or_path = "bigcode/starcoderbase-1b"
159
 
160
  try:
161
  print(f"Attempting to create LLM pipeline for model: {model_id_or_path}")