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
520
Replying to @gdb
More tokens just on the dev mode🥹🥹
GIF
Replying to @gdb
Create sessions so that chat dialogue can be stored on a per session basis (on the OAI server side)
Replying to @gdb
Discord integrations, Twitter integrations built into the api and good docs would be 👌
Replying to @gdb
Add images for a better question
Replying to @gdb
An OpenAPI spec if there isn't one already.
Replying to @gdb
Key management and usage analytics improvements! 1. Be able to filter the cost graph by user and by key 2. Generate API keys that aren’t tied to a specific user but are visible to all Owners 3. Ability to add names to API keys 4. Allow Owners to view/delete all org API keys
Replying to @gdb
Cloud apis store structured data in files for code and text, direct integration to the most common sheet aps google, excel etc
Replying to @gdb
Multi memory storages? Eg. Ingredient list in bucket A, guest list in bucket B, fruit list in bucket C.. prompt: create personalized menu from A B C, based on X
Replying to @gdb
When using ChatGPT API for conversation, we need to give the entire conversation history as payload, whenever a new response has to be generated. Instead, if we can give only the new message that the user spoke, it will reduce token consumption by a Lot!
Replying to @gdb
Can we get the token count at the end [end] of a streaming response.