Update server.js
Browse files
server.js
CHANGED
@@ -11,9 +11,7 @@ app.post('/chat', async (req, res) => {
|
|
11 |
try {
|
12 |
|
13 |
const response = await axios.post(targetUrl, {
|
14 |
-
|
15 |
-
temperature: 0.3,
|
16 |
-
messages: messages
|
17 |
}, {
|
18 |
headers: {
|
19 |
'Content-Type': 'application/json',
|
|
|
11 |
try {
|
12 |
|
13 |
const response = await axios.post(targetUrl, {
|
14 |
+
|
|
|
|
|
15 |
}, {
|
16 |
headers: {
|
17 |
'Content-Type': 'application/json',
|