final assignment gaia agent tools submission enabled system prompt litellm
Browse files
app.py
CHANGED
|
@@ -163,4 +163,4 @@ if __name__ == "__main__":
|
|
| 163 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 164 |
|
| 165 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 166 |
-
demo.launch(debug=True, share=False
|
|
|
|
| 163 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 164 |
|
| 165 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 166 |
+
demo.launch(debug=True, share=False)
|