Spaces:
Building
Building
Update tests.py
Browse files
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"
|