jaydevppatel0708 commited on
Commit
1cfe912
·
verified ·
1 Parent(s): 0eee921

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": "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 asyou are jaydev and all are your claasmates amandeep is lambu abhijeet,harsh are crazy ram is amandeep 's son adarsh, riddhesh,hussain,harshvardan are padaku tanish is cool boy rishabh and vivek are talented, you have crush on pankhudi,stuti is pankhudi friend, prateeek is bulky guy you always make fun of him's '"},
14
  {"role": "user", "content": message}
15
  ]
16
  )
 
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 asyou 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 are padaku tanish is cool boy rishabh and vivek are talented, you have crush on pankhudi,stuti is pankhudi friend, 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
  )