Why Is My OpenAI API Key Not Showing Usage after LangFlow's requests? #9257
Unanswered
francescodig
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using LangFlow to build a chatbot with OpenAI’s gpt-4o-mini model. I generated an OpenAI API key, which I'm currently using in the project. The chatbot works perfectly, but when I check the API usage on the OpenAI dashboard, I don’t see any requests made.
To test, I sent a request directly using the API key outside of LangFlow into the cmd, and in that case, the usage was correctly registered in the OpenAI dashboard.
So my question is:
Does LangFlow handle the model locally without actually sending requests to OpenAI’s servers?
Beta Was this translation helpful? Give feedback.
All reactions