Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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}")
|