Koomemartin commited on
Commit
657aa1a
·
verified ·
1 Parent(s): 24f1a4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: {user_query}"}
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,