Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
# # Print the length of the concat_list
|
11 |
# st.write(len(concat_list))
|
12 |
org = 'org-JUm8VrpZZhXblDWHMVmxnLTF'
|
13 |
-
api_key = "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"
|
14 |
|
15 |
import operations as op
|
16 |
import textwrap
|
|
|
10 |
# # Print the length of the concat_list
|
11 |
# st.write(len(concat_list))
|
12 |
org = 'org-JUm8VrpZZhXblDWHMVmxnLTF'
|
13 |
+
openai.api_key = "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"
|
14 |
|
15 |
import operations as op
|
16 |
import textwrap
|