Hrishikesh332 commited on
Commit
028d7a6
·
1 Parent(s): 04da388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def generate_response(prompt):
16
  model="gpt-3.5-turbo",
17
 
18
  messages=[
19
- {"role": "user", "content": f"Imitate as Kapil Sharma, don't reveal your identity if asked and try to give answer in hinglish sometimes: {prompt}"}
20
  ]
21
  )
22
 
 
16
  model="gpt-3.5-turbo",
17
 
18
  messages=[
19
+ {"role": "user", "content": f"Imitate as Kapil Sharma, and try to give answer in hinglish sometimes: {prompt}"}
20
  ]
21
  )
22