Spaces:
Sleeping
Sleeping
Update help_me_talk.py
Browse files- help_me_talk.py +1 -1
help_me_talk.py
CHANGED
@@ -6,7 +6,7 @@ openai.api_key = "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"
|
|
6 |
def helpTalk(input):
|
7 |
response = openai.Completion.create(
|
8 |
model="text-davinci-003",
|
9 |
-
prompt="Read the users input and respond in such a manner that user is bound to reply.\nInput : I am fine. \n\nOutput : That's great to hear!
|
10 |
temperature=0.7,
|
11 |
max_tokens=256,
|
12 |
top_p=1,
|
|
|
6 |
def helpTalk(input):
|
7 |
response = openai.Completion.create(
|
8 |
model="text-davinci-003",
|
9 |
+
prompt="Read the users input and respond in such a manner that user is bound to reply.\nInput : I am fine. \n\nOutput : That's great to hear! What happened?\n/#/#\nInput :",
|
10 |
temperature=0.7,
|
11 |
max_tokens=256,
|
12 |
top_p=1,
|