I have successfully deployed the app locally. I have been able to hit a custom knowledge through the interface but can't hit OpenAI as best as I can tell. OpenAI has user API keys, which are going away at some point and then project API keys which are where they are going. I have tried the different keys and they are saying they have never been used in the OpenAI system.
I have a few questions.
How can I test to make sure the OpenAI key is being used?
Should I be using the OpenAI user key or project key?
Are there any other updates, outside of the .env file, that need to be done to hit OpenAI?
Do I provide the same value for OPENAI_API_KEY and NEXT_PUBLIC_OPENAI_API_KEY?
I have successfully deployed the app locally. I have been able to hit a custom knowledge through the interface but can't hit OpenAI as best as I can tell. OpenAI has user API keys, which are going away at some point and then project API keys which are where they are going. I have tried the different keys and they are saying they have never been used in the OpenAI system.
I have a few questions.
Thanks, Jay