akiko19191 commited on
Commit
1e2fa1b
·
verified ·
1 Parent(s): 05a7ed6

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -0
tests.py CHANGED
@@ -14,6 +14,7 @@ import shutil
14
  from google import genai
15
  import pexpect
16
 
 
17
  client = genai.Client(api_key="AIzaSyDtP05TyoIy9j0uPL7_wLEhgQEE75AZQSc")
18
  source_dir = "/app/uploads/temp"
19
  destination_dir = "/app/code_interpreter"
 
14
  from google import genai
15
  import pexpect
16
 
17
+
18
  client = genai.Client(api_key="AIzaSyDtP05TyoIy9j0uPL7_wLEhgQEE75AZQSc")
19
  source_dir = "/app/uploads/temp"
20
  destination_dir = "/app/code_interpreter"