Update app.py
Browse files
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
|
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
|