Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org user dropdown for analytics dashboard not working #24

Open
dillionverma opened this issue Aug 23, 2023 · 0 comments
Open

org user dropdown for analytics dashboard not working #24

dillionverma opened this issue Aug 23, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dillionverma
Copy link
Owner

dillionverma commented Aug 23, 2023

image

need to pass user id as url query param to openai api requests like so:

https://api.openai.com/v1/usage?date=2023-08-23&user_public_id=user-ji6LpnyrRSo6

Inspect the network requests on https://platform.openai.com/account/usage website to see how the requests / responses are sent

Need to update the following file to get started and then work backward throughout the app - https://github.com/dillionverma/llm.report/blob/main/lib/services/openai.ts

@dillionverma dillionverma added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Aug 23, 2023
@dillionverma dillionverma changed the title org dropdown for analytics dashboard not working org user dropdown for analytics dashboard not working Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant