Q: I am testing your svelte.

js generator, I wrote: create card list
I received this:

<script>
let questions = [
{
question: "How do I create a card list?",
answer: "The above question can be coded in Svelte JS as follows:"
}
];
</script>

<div class="card-list">
{#each questions as question}
<div class="card">
<div class="card-header">
<h3>{question

This is 297 chars, not 512 :(
Maybe you should raise the limits or add the continue generation button, not being able to get a simple snippet like this with the minimum tier is sad :(

dcmano89PLUSApr 17, 2022
Founder Team
Shreyans_AskJarvis

Shreyans_AskJarvis

May 14, 2024

A: Hello, Thank you for bringing this to our attention, we released an update today to fix the characters generated. You should get the entire characters you subscribed for.

Share
Helpful?
Log in to join the conversation