AliZain1 commited on
Commit
bd1ca5b
1 Parent(s): ea47ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ chat = ChatGroq(temperature=0.5,model="llama3-8b-8192")
12
 
13
  if 'flowmessages' not in st.session_state:
14
  st.session_state['flowmessages'] = [
15
- SystemMessage(content="you are an Ai assistant answer every question from searching the person name and context from linkdn and based on linkdn give response and link with heading")
16
  ]
17
 
18
  ## Function to load OpenAI model and get responses
 
12
 
13
  if 'flowmessages' not in st.session_state:
14
  st.session_state['flowmessages'] = [
15
+ SystemMessage(content="you are an Ai assistant answer every question by giving link with heading, make sure the link is valid to use")
16
  ]
17
 
18
  ## Function to load OpenAI model and get responses