You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am 100% sure I set all config appropriately with my openAI.
I have the connection error after a while of a loading bar showing Aide is processing--it can not process it properly
The text was updated successfully, but these errors were encountered:
I tried to use my base url (https://api.openai.com/v1) in my browser, it does not work at all--status code 404.
Then I changed my url to https://api.openai.com/v1/models, it returns a json object showing "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY). You can obtain an API key from https://platform.openai.com/account/api-keys." -- even though I already set the key in the extension config
Kriston-12
changed the title
Connection error no matter what ip I uses
Connection error no matter what ip I use
Jul 17, 2024
Make sure you can access openai.com in your browser and can successfully ping openai.com in the command terminal. If you're using a proxy, it often only works for the browser and not for the terminal.
In this case, you can set the system environment variable HTTPS_PROXY = http://127.0.0.1:xxx
where xxx is your proxy port.
If you're using Clash, the default port is 7890, so it would be HTTPS_PROXY = http://127.0.0.1:7890, If you're using Clash, remember to turn on the TUN switch in the Clash settings, then try again.
I am 100% sure I set all config appropriately with my openAI.
I have the connection error after a while of a loading bar showing Aide is processing--it can not process it properly
The text was updated successfully, but these errors were encountered: