matt HOFFNER commited on
Commit
5859b36
·
1 Parent(s): 65c71c8
Files changed (1) hide show
  1. src/pages/api/llm.js +1 -1
src/pages/api/llm.js CHANGED
@@ -10,7 +10,7 @@ const handler = async (req, res) => {
10
  const messages = [
11
  {
12
  role: "user",
13
- content: req.body.question
14
  },
15
  ];
16
 
 
10
  const messages = [
11
  {
12
  role: "user",
13
+ content: "What are some fun things to do in Seattle, WA this weekend?"
14
  },
15
  ];
16