akiko19191 commited on
Commit
45b8137
·
verified ·
1 Parent(s): bad305c

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(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-backend.hf.space/")
21
 
22
  mcp = FastMCP("code_sandbox")
23
  data={}