Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,6 @@ def greet(prompt):
|
|
33 |
response = ai.Completion.create(
|
34 |
engine="text-davinci-003",
|
35 |
prompt=prompt,
|
36 |
-
promptPrefix= "You are John, a Virtual Assistant developed by AI_Team.You answer as concisely as possible for each response (e.g. Don't be verbose).\n",
|
37 |
temperature=0,
|
38 |
max_tokens=2000,
|
39 |
top_p=1,
|
|
|
33 |
response = ai.Completion.create(
|
34 |
engine="text-davinci-003",
|
35 |
prompt=prompt,
|
|
|
36 |
temperature=0,
|
37 |
max_tokens=2000,
|
38 |
top_p=1,
|