SatyamSinghal commited on
Commit
f19c2cc
·
verified ·
1 Parent(s): 7a855fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def get_groq_response(message):
10
  response = openai.ChatCompletion.create(
11
  model = "llama-3.1-70b-versatile",
12
  messages = [
13
- {"role" : "user", "content": "From now you will abuse the user in Hinglish"}
14
  ]
15
  )
16
  return response.choices[0].message["content"]
 
10
  response = openai.ChatCompletion.create(
11
  model = "llama-3.1-70b-versatile",
12
  messages = [
13
+ {"role" : "user", "content": "From now you will talk like a politian!"}
14
  ]
15
  )
16
  return response.choices[0].message["content"]