pvanand commited on
Commit
9c08ccc
·
verified ·
1 Parent(s): fb8eac0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -42,7 +42,7 @@ class CodeExecutionResult:
42
  self.output = output
43
  self.error = error
44
 
45
- API_URL = "https://elevatics-code-execution-files-v5.hf.space"
46
 
47
  @tool(response_format="content_and_artifact")
48
  def execute_python(code: str, config: RunnableConfig):
 
42
  self.output = output
43
  self.error = error
44
 
45
+ API_URL = "https://vps-91587096.vps.ovh.us"
46
 
47
  @tool(response_format="content_and_artifact")
48
  def execute_python(code: str, config: RunnableConfig):