Update server.js
Browse files
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/
|
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, {
|