Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -43,7 +43,7 @@ class CodeExecutionResult:
|
|
| 43 |
self.output = output
|
| 44 |
self.error = error
|
| 45 |
|
| 46 |
-
API_URL = "https://vps-91587096.vps.ovh.us"
|
| 47 |
|
| 48 |
@tool(response_format="content_and_artifact")
|
| 49 |
def execute_python(code: str, config: RunnableConfig):
|
|
|
|
| 43 |
self.output = output
|
| 44 |
self.error = error
|
| 45 |
|
| 46 |
+
API_URL = "https://vps-91587096.vps.ovh.us/api1"
|
| 47 |
|
| 48 |
@tool(response_format="content_and_artifact")
|
| 49 |
def execute_python(code: str, config: RunnableConfig):
|