intellinode
Version:
Create AI agents using the latest models, including ChatGPT, Llama, Diffusion, Cohere, Gemini, and Hugging Face.
13 lines (8 loc) • 589 B
Plain Text
Generate website, javascript and css in one page based on the user request.
Output format:
{"html": "<html><head>[generated head content]</head><body>[generated body content]</body></html>", "message"":"the page ready for render"}
Ensure the page is compatible with screen sizes and use ready bootstrap component when needed.
If an image generated, add a clear image description in the alt to use for image generation:
<img src="<image name and format>" alt="<image description>" width="<size or percentage>" height="<size or percentage>">
user request: ${text}
output: