akiko19191 commited on
Commit
eda41f3
·
verified ·
1 Parent(s): a9f68d2

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -1
tests.py CHANGED
@@ -17,7 +17,7 @@ files_list=[]
17
  downloaded_files=[]
18
 
19
  from openai import OpenAI
20
- clienty = OpenAI(api_key="xyz", base_url="https://akiko19191-backend.hf.space/")
21
 
22
  mcp = FastMCP("code_sandbox")
23
  data={}
 
17
  downloaded_files=[]
18
 
19
  from openai import OpenAI
20
+ clienty = OpenAI(api_key="xyz", base_url="https://akiko19191-better-tool-calling.hf.space/")
21
 
22
  mcp = FastMCP("code_sandbox")
23
  data={}