Open vansh77swami opened 1 year ago
I think we just aren't processing the proxy path at all. This shouldn't be too hard of a fix.
Same error, @cachho
i need someting like openai.api_base = "https://chimeragpt.adventblocks.cc/api/v1"
agree it does not pickup the base url . Also n eed to ensure that it calls the AzureChatOpenAI function when passed the base url. The api_key in such instances is a b64 string that embeds the username and openai key. the parameters to be passed to AzureChatOpenAI are deployment_name, temperature, openai_api_base, openai_api_key, openai_aapi_version, openai_api_type .
🐛 Describe the bug
error -
openai.error.AuthenticationError: Incorrect API key provided: E*******************************4. You can find your API key at https://platform.openai.com/account/api-keys.