Spaces:
Sleeping
Sleeping
debugging
Browse files
server.js
CHANGED
|
@@ -275,7 +275,7 @@ app.post("/api/ask-ai", async (req, res) => {
|
|
| 275 |
messages: [
|
| 276 |
{
|
| 277 |
role: "system",
|
| 278 |
-
content: `ONLY USE HTML AND
|
| 279 |
},
|
| 280 |
...(previousPrompt
|
| 281 |
? [
|
|
|
|
| 275 |
messages: [
|
| 276 |
{
|
| 277 |
role: "system",
|
| 278 |
+
content: `ONLY USE HTML, CSS AND JAVASCRIPT. If you want to use ICON make sure to import the library first. Try to create the best UI possible by using only HTML, CSS and JAVASCRIPT. Use as much as you can TailwindCSS for the CSS, if you can't do something with TailwindCSS, then use custom CSS (make sure to import <script src="https://cdn.tailwindcss.com"></script> in the head). Also, try to ellaborate as much as you can, to create something unique. ALWAYS GIVE THE RESPONSE INTO A SINGLE HTML FILE`,
|
| 279 |
},
|
| 280 |
...(previousPrompt
|
| 281 |
? [
|