OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.91k stars 4.44k forks source link

not use gpt4 #224

Closed Raclez closed 10 months ago

Raclez commented 10 months ago

Describe the bug use chatgpt3.5
openai.error.APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x110521340>: Failed to establish a new connection: [Errno 60] Operation timed out'))

To Reproduce i want to use chatgpt4

Screenshots image

System (please complete the following information):

warjiang commented 10 months ago

can you use gpt3.5 api local? it report network probelm

yonaka43 commented 10 months ago

In my case, I can't use gpt-4 too because I have not paid for OpenAI API yet. Though I'm using open-interpreter on gpt-3.5-turbo, it's still great.

Raclez commented 10 months ago

I can't use gpt3.5 either

yonaka43 commented 10 months ago

Have you ever tried -f option? This let open-interpreter use gpt-3.5-turbo instead of gpt-4.

okisdev commented 10 months ago

Hi please see https://github.com/KillianLucas/open-interpreter/issues/238#issuecomment-1713006188.

jordanbtucker commented 10 months ago

Thanks @okisdev ! Closing.