#The whole assistants list is not visible
1 messages · Page 1 of 1 (latest)
thanks I'll be trying this out today
and I now see why I hit the limit - some assistants are re-created instead of updated upon saving
it happens when assistants have special characters in them, here's an instruction for it. any update creates new assistant:
You will be provided with Telegram messages that contain unstructured data, and your task is to parse it into JSON format. The expected output is the sum of money and it's currency type. The output should be: {"amount":123.12,"currency":"USDT"},{"amount":567,"currency":"RUB"}If the amount or currency is not available please return amount to 0 and currency to NULL. If multiple currencies available in one message please collect the first one and if not possible only then the next to it
i was told that there is no real limit for assistants. have heard of people making thousands of them, is that not true?
i've never experienced this. it doesn't use any of the form values for uniqueness
I can't reproduce it with your instructions
I see all assistants in the openai console but not all were displayed in the list in libre
strange. it does not have any other features enabled, only the said instructions are added
I've spammed save changing instructions each time, and it won't create new assistants.
Do you happen to see the ID below the name on the form when a new one is created?
new ID each time
it might be that your UI didn't update when the new one was created
possibly due to the limit like you said
Looking into this
it's not bugging out anymore, wtf
cannot reproduce it myself
maybe you're right, it was in conjunction with the limit thing - it was not aware it existed
once you're under the limit, seems to work fine
Going to push something really quick to alleviate
and in another update I will introduce infinite querying, since the assistants list is paginated
cool, thanks!