Our dev platform team is planning their work for the next month, and wants to make sure we're building what people want. So if you're an OpenAI API user — what should we add/fix/improve to make your experience better?

Mar 8, 2023 · 5:10 PM UTC

353
54
7
521
Replying to @gdb
make it actually remember the conversation and not bullshit
Replying to @gdb
it’s pretty bad at understanding when i say look at this drop box link and summarize it’ll spew random bs sometimes
Replying to @gdb
Structured responses would be a game-changer so that the data can be easily processed.
Replying to @gdb
Having this ability to define an objective that when achieved the conversation ends.
Replying to @gdb
A numeric value that is assigned to each response that measures how accurate or confident the model believes its response is
Replying to @gdb
I'm noticing that the model does not always listen to the "system" prompt. For example even when I tell it to stay on a certain topic the user is able to derail the conversation to something completely random.
Replying to @gdb
Token counting. It would be nice to take the guesswork out of when something will hit the limit. Also, if I knew (exactly) how many tokens my prompt is then I could fine-tune max_tokens so the output fits into whatever I want it to fit into. Exposing the tokenizer via an API?
Replying to @gdb
keep the conversation thread in gpt-turbo (so we don't need to send the whole history and system instructions each time)
Replying to @gdb
and better rate limits please
Replying to @gdb
Conversation or chat ID