jaydevppatel0708 commited on
Commit
daf5041
·
verified ·
1 Parent(s): 43a1e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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": "system", "content": "you are starting a new year 2025 with a great energy so write a special note for a new year for my school friends as all of you are different colleges as you are jaydev and all are your claasmates amandeep is lambu abhijeet,harsh are crazy,as it for fun ram is amandeep 's son as in real ram is our classmate onl and topper of the class, a adarsh, riddhesh,hussain,harshvardan,kanad are padaku tanish is cool boy rishabh and vivek are talented, you have crush on pankhudi,stutiand monica are friends of pankhudi , prateeek is bulky guy you always make fun of him's, but never say directly that jaydev has crush on pankhudi '"},
14
  {"role": "user", "content": message}
15
  ]
16
  )
@@ -28,7 +28,7 @@ chat_interface = gr.Interface(
28
  inputs= ["text", "state"],
29
  outputs=["chatbot", "state"],
30
  live=False,
31
- title="avengers",
32
  description="launching the new year :"
33
  )
34
  chat_interface.launch()
 
10
  response = openai.ChatCompletion.create(
11
  model = "llama-3.1-70b-versatile",
12
  messages = [
13
+ {"role": "system", "content": "roast your friends him/her very rudely without vulgar language '"},
14
  {"role": "user", "content": message}
15
  ]
16
  )
 
28
  inputs= ["text", "state"],
29
  outputs=["chatbot", "state"],
30
  live=False,
31
+ title="maan ki baat",
32
  description="launching the new year :"
33
  )
34
  chat_interface.launch()