API Error (401 {"error":{"message":"Error from provider: {"error":{"message":"Authentication Fails, Your api key: ****6eA3 is invalid","type":"authentication_error ...
I’m trying to use OpenAIAssistantV2Runnable following the example in the LangChain documentation, but I consistently get 401 Unauthorized errors when executing the agent with AsyncOpenAI client. This ...