Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ if user_query:
|
|
116 |
chat_streaming = client.chat.completions.create(
|
117 |
messages=[
|
118 |
{"role": "system", "content": "You are a helpful assistant specializing in extracting and analyzing website content. Provide information required by the user based on the website information provided. Ensure responses are clear, concise, and formatted in Markdown for better readability. use your knowledge to add relevant inforation to the users query"},
|
119 |
-
{"role": "user", "content": f"Here's the content to use:\n{website} \n Know respond appropriately
|
120 |
],
|
121 |
model="llama3-groq-70b-8192-tool-use-preview",
|
122 |
temperature=0.9,
|
|
|
116 |
chat_streaming = client.chat.completions.create(
|
117 |
messages=[
|
118 |
{"role": "system", "content": "You are a helpful assistant specializing in extracting and analyzing website content. Provide information required by the user based on the website information provided. Ensure responses are clear, concise, and formatted in Markdown for better readability. use your knowledge to add relevant inforation to the users query"},
|
119 |
+
{"role": "user", "content": f"{user_query} \n Here's the content to use:\n{website} \n Know respond appropriately"}
|
120 |
],
|
121 |
model="llama3-groq-70b-8192-tool-use-preview",
|
122 |
temperature=0.9,
|