YashGb commited on
Commit
83f5fbb
·
1 Parent(s): 2b63f39

Update help_me_talk.py

Browse files
Files changed (1) hide show
  1. help_me_talk.py +0 -4
help_me_talk.py CHANGED
@@ -15,8 +15,4 @@ def helpTalk(input):
15
  stop=["/#/#"]
16
  )
17
  text = response["choices"][0]["text"]
18
- text = text.replace("\n","")
19
- start = text.find('Output:')
20
- end = len(text)
21
- text = text[start:end].strip()
22
  return text
 
15
  stop=["/#/#"]
16
  )
17
  text = response["choices"][0]["text"]
 
 
 
 
18
  return text