Rooni commited on
Commit
c74c1ec
·
verified ·
1 Parent(s): 99911ae

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -3
server.js CHANGED
@@ -11,9 +11,7 @@ app.post('/chat', async (req, res) => {
11
  try {
12
 
13
  const response = await axios.post(targetUrl, {
14
- model: 'gemini-ultra',
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',