final assignment gaia agent tools submission enabled system prompt litellm login
Browse files
app.py
CHANGED
|
@@ -163,6 +163,6 @@ if __name__ == "__main__":
|
|
| 163 |
|
| 164 |
print(f"Launching Gradio Interface for {space_id_startup} Agent Evaluation...")
|
| 165 |
|
| 166 |
-
login()
|
| 167 |
|
| 168 |
demo.launch(debug=True, share=False)
|
|
|
|
| 163 |
|
| 164 |
print(f"Launching Gradio Interface for {space_id_startup} Agent Evaluation...")
|
| 165 |
|
| 166 |
+
login(token=os.getenv("HUGGINGFACEHUB_API_TOKEN"), add_to_git_credential=True)
|
| 167 |
|
| 168 |
demo.launch(debug=True, share=False)
|