Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ def generate(description, model, max_tokens):
|
|
23 |
"web-search": {"max_results": 9},
|
24 |
"web-browser": {},
|
25 |
"calculator": {}
|
|
|
26 |
}
|
27 |
|
28 |
while True:
|
|
|
23 |
"web-search": {"max_results": 9},
|
24 |
"web-browser": {},
|
25 |
"calculator": {}
|
26 |
+
}
|
27 |
}
|
28 |
|
29 |
while True:
|