#are you able to share your prompt? in
1 messages · Page 1 of 1 (latest)
figured might be easy to show you a screenshot, this isn't the main prompt i was trying with but im doing something similar and this also has the same issues, it works slightly better if i add a "Buffer (Just a blank column)" output inbetween the last input and the first output.
I suspect it's a ratelimit
you get 60 requests in the span of a minute
It's a new request for each output cell
Or row, i think it's a req per row
this is what i meant by buffer
it works well this way, so i dont think it's ratelimit? is it formatting?
Oh, its because the example is empty
Wait
I think i misunderstood
Remind me to take a closer look at this
Yeahhh i see
That's super odd
Does that happen when you Get Code and run it outside of MS ?
have not tried it
but also @fluid marsh I found out that the Export woes I had yesterday was also due to this "buffer" that apparently you can't export a blank column so that was causing those issues
i could export once i deleted the "Buffer" column
but yeah just found this odd that there's this "formatting(?)" issue with the columns and wanted to see if anyone else had any similar issues
interesting find!
these structured prompts are just text under the hood, so I can see how a buffer column might cause issues
and I can imagine "index" having similar issues... my guess is that a more useful column would prevent it (but yeah this is an interesting, valid bug still)
when I say "text under the hood" I mean that the underlying prompt would look something like:
Create the character ...
Index: 1
Name: Alice
Gender: F
Abilities: whatever
Index: 3
And you are then expecting the model to complete the text following the single example provided (which MakerSuite maps back to the tabular columns). I think you can make the prompt stronger by providing more input examples, and possibly more useful input beyond just "index", if that's possible (e.g. a seed attribute, even like "Name")