You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I would like to see my OpenAI tokens usage and an estimate of the costs so I am informed about my future expense.
Implementation suggestions:
OpenAI returns the total tokens (prompt + response). We need to save these on the user private profile and potentially display it in the app in their profile popup in the header. Reset the count every month (on every OpenAI billing cycle) and have an additional total lifetime estimation.
The text was updated successfully, but these errors were encountered:
As a user I would like to see my OpenAI tokens usage and an estimate of the costs so I am informed about my future expense.
Implementation suggestions:
OpenAI returns the total tokens (prompt + response). We need to save these on the user private profile and potentially display it in the app in their profile popup in the header. Reset the count every month (on every OpenAI billing cycle) and have an additional total lifetime estimation.
The text was updated successfully, but these errors were encountered: