pvanand commited on
Commit
cfe0f6b
·
verified ·
1 Parent(s): 37ef0d4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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):