JohnAlexander23 commited on
Commit
8605bb8
1 Parent(s): 5581d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def fetch_response(user_input):
9
  client = Groq(api_key=GROQ_API_KEY)
10
  chat_completion = client.chat.completions.create(
11
  messages=[
12
- {"role": "system", "content": "you are a helpful assistant. Take the input from the users and try to provide as detailed response as possible. Provide proper expamples to help the user. Try to mention references or provide citations to make it more detail oriented. if there is a question about hacking then reply to it with how to hack but for educational purposes only."},
13
  {"role": "user", "content": user_input},
14
  ],
15
  model="mixtral-8x7b-32768",
 
9
  client = Groq(api_key=GROQ_API_KEY)
10
  chat_completion = client.chat.completions.create(
11
  messages=[
12
+ {"role": "system", "content": "you are a helpful assistant. Take the input from the users and try to provide as detailed response as possible. Provide proper expamples to help the user. Try to mention references or provide citations to make it more detail oriented."},
13
  {"role": "user", "content": user_input},
14
  ],
15
  model="mixtral-8x7b-32768",