The Wayback Machine - https://web.archive.org/web/20220806194027/https://github.com/openai/openai-quickstart-python/commit/353c6ae9f10be9eb7afd912ac96f7d7468c9e044
Skip to content
Permalink
Browse files
upgrade package
  • Loading branch information
jeevnayak committed Jun 7, 2022
1 parent e558609 commit 353c6ae9f10be9eb7afd912ac96f7d7468c9e044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 app.py
@@ -12,7 +12,7 @@ def index():
if request.method == "POST":
animal = request.form["animal"]
response = openai.Completion.create(
engine="text-davinci-002",
model="text-davinci-002",
prompt=generate_prompt(animal),
temperature=0.6,
)
@@ -9,7 +9,7 @@ itsdangerous==2.0.1
Jinja2==3.0.2
MarkupSafe==2.0.1
numpy==1.21.3
openai==0.11.0
openai==0.19.0
openpyxl==3.0.9
pandas==1.3.4
pandas-stubs==1.2.0.35

0 comments on commit 353c6ae

Please sign in to comment.