Getting Max retries exceeded with url error while using the colab code #441
Answered
by
ShishirPatil
SaurabhRajpoot1
asked this question in
Q&A
|
I am using Google Colab code, i am getting this error -> Error communicating with OpenAI: HTTPConnectionPool(host='luigi.millennium.berkeley.edu', port=8000): Max retries exceeded with url: /v1/chat/completions (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ed4cc520c40>: Failed to establish a new connection: [Errno 111] Connection refused')) gorilla-openfunctions-v0 What's the weather like in the two cities of Boston and San Francisco? |
Answered by
ShishirPatil
Jul 28, 2024
Replies: 2 comments 1 reply
|
please answer if any one used |
0 replies
|
Hey folks, can you try with the following url: Fix: #560 |
1 reply
Answer selected by
ShishirPatil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks, can you try with the following url:
url = "https://luigi.millennium.berkeley.edu/v1/chat/completionsThank you!Fix: #560