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 1eabef0 commit fe13284Copy full SHA for fe13284
app.py
@@ -14,7 +14,7 @@
14
from flask_restful import Api
15
from flask_restful import Resource
16
17
-openai.api_key = "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"
+openai.api_key = "__API__KEY__"
18
model_engine = "text-davinci-003"
19
20
app = Flask(__name__)
0 commit comments