We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769d6ce commit 0230c37Copy full SHA for 0230c37
flask/index_server.py
@@ -1,7 +1,7 @@
1
import os
2
3
# NOTE: for local testing only, do NOT deploy with your key hardcoded
4
-os.environ['OPENAI_API_KEY'] = "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"
+os.environ['OPENAI_API_KEY'] = "your key here"
5
6
from multiprocessing import Lock
7
from multiprocessing.managers import BaseManager
0 commit comments