pvanand commited on
Commit
2f9be62
·
verified ·
1 Parent(s): e0763be

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -40,7 +40,7 @@ class CodeExecutionResult:
40
  self.output = output
41
  self.error = error
42
 
43
- API_URL = "https://pvanand-code-execution-files-v5.hf.space"
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}/v1/execute',
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
  )