matthew commited on
Commit ·
55f614b
1
Parent(s): de08431
changed API_KEY
Browse files- conversion.py +1 -2
conversion.py
CHANGED
|
@@ -7,8 +7,7 @@
|
|
| 7 |
import openai
|
| 8 |
import os
|
| 9 |
|
| 10 |
-
|
| 11 |
-
openai.api_key = "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"
|
| 12 |
|
| 13 |
|
| 14 |
class Conversation:
|
|
|
|
| 7 |
import openai
|
| 8 |
import os
|
| 9 |
|
| 10 |
+
openai.api_key = os.environ.get("OPENAI_API_KEY")
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
class Conversation:
|