Noobian commited on
Commit
a137849
1 Parent(s): b0351f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ openai.api_key = os.environ["OPENAI_KEY"]
7
  def answer_question(question):
8
  response = openai.Completion.create(
9
  engine="text-davinci-002",
10
- prompt="Make a step by step how to based on the prompt: " + question,
11
  max_tokens=1024,
12
  n=1,
13
  stop=None,
 
7
  def answer_question(question):
8
  response = openai.Completion.create(
9
  engine="text-davinci-002",
10
+ prompt="GIven this description of an officer and an incident help me write and incident report to report this officer: " + question,
11
  max_tokens=1024,
12
  n=1,
13
  stop=None,