YashGb commited on
Commit
0c320b7
·
1 Parent(s): 116a956

Update help_me_talk.py

Browse files
Files changed (1) hide show
  1. 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! How has your day been?\n/#/#\nInput :",
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,