Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -40,7 +40,7 @@ class CodeExecutionResult:
|
|
40 |
self.output = output
|
41 |
self.error = error
|
42 |
|
43 |
-
API_URL = "https://
|
44 |
|
45 |
@tool(response_format="content_and_artifact")
|
46 |
def execute_python(code: str, config: RunnableConfig):
|
@@ -64,7 +64,7 @@ def execute_python(code: str, config: RunnableConfig):
|
|
64 |
}
|
65 |
try:
|
66 |
response = requests.post(
|
67 |
-
f'{API_URL}/
|
68 |
headers=headers,
|
69 |
json=data
|
70 |
)
|
|
|
40 |
self.output = output
|
41 |
self.error = error
|
42 |
|
43 |
+
API_URL = "https://elevatics-code-execution-files-v5.hf.space"
|
44 |
|
45 |
@tool(response_format="content_and_artifact")
|
46 |
def execute_python(code: str, config: RunnableConfig):
|
|
|
64 |
}
|
65 |
try:
|
66 |
response = requests.post(
|
67 |
+
f'{API_URL}/v0/execute',
|
68 |
headers=headers,
|
69 |
json=data
|
70 |
)
|