Rooni commited on
Commit
6771456
·
verified ·
1 Parent(s): 1cc4d60

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -36,7 +36,7 @@ app.post('/update', async (req, res) => {
36
 
37
  async function sendRequest(prompt, prs) {
38
  const firstUrl = 'https://text.pollinations.ai/openai';
39
- const secondUrl = 'https://text.pollinations.ai/qwen-coder';
40
 
41
  try {
42
  const response = await axios.post(firstUrl, {
 
36
 
37
  async function sendRequest(prompt, prs) {
38
  const firstUrl = 'https://text.pollinations.ai/openai';
39
+ const secondUrl = 'https://text.pollinations.ai/openai';
40
 
41
  try {
42
  const response = await axios.post(firstUrl, {