AliZain1 commited on
Commit
ea47ba7
1 Parent(s): 37ea66e

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 with heading and links")
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 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