调用豆包大模型api接口报错,提示连接超时。“requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host=‘ark.cn-beijing.volces.com’, port=443): Max retries exceeded with url: /api/v3/bots/chat/completions (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000023A13978BD0>, ‘Connection to ark.cn-beijing.volces.com timed out. (connect timeout=3)’))”
一、问题
调用豆包大模型api接口报错,提示连接超时。“requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host=‘ark.cn-beijing.volces.com’, port=443): Max retries exceeded with url: /api/v3/bots/chat/completions (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000023A13978BD0>, ‘Connection to ark.cn-beijing.volces.com timed out. (connect timeout=3)’))”
二、代码
import urllib3
urllib3.disable_warnings(urllib3.exceptions