Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ pwdList = pwds.split(',')
|
|
14 |
#cwd = os.getcwd()
|
15 |
|
16 |
client = OpenAI(api_key = key)
|
17 |
-
dataLogFilePath = "
|
18 |
|
19 |
def clear():
|
20 |
return [None, [], None]
|
|
|
14 |
#cwd = os.getcwd()
|
15 |
|
16 |
client = OpenAI(api_key = key)
|
17 |
+
dataLogFilePath = "/data/usageData.txt"
|
18 |
|
19 |
def clear():
|
20 |
return [None, [], None]
|