AI-DHD commited on
Commit
31dc3ad
·
1 Parent(s): 9a3ed94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
6
 
7
  response = openai.Completion.create(
8
  model="davinci:ft-placeholder-2022-12-10-04-13-26",
9
- prompt=input
10
  temperature=0.13,
11
  max_tokens=310,
12
  top_p=1,
 
6
 
7
  response = openai.Completion.create(
8
  model="davinci:ft-placeholder-2022-12-10-04-13-26",
9
+ prompt=input,
10
  temperature=0.13,
11
  max_tokens=310,
12
  top_p=1,