连接Google PaLM API, 503错误解决

错误情况

在打开fq软件使用Python连接PaLM API使,报503错误。

typescript 复制代码
import pprint
import google.generativeai as palm

palm.configure(api_key=api_key)
print("start")

response = palm.generate_text(prompt="The opposite of hot is")
print(response.result) #  'cold.'
typescript 复制代码
google.api_core.exceptions.ServiceUnavailable: 503 failed to connect to all addresses; last error: UNKNOWN: ipv4:172.217.160.106:443: socket is null

原因

逛论坛的时候发现是因为fq软件在调用API的时候没有使用代理。

解决方式

在windows下打开cmd,找到自己使用软件的socks端口,这里以8080为例。

typescript 复制代码
set http_proxy=socks5://127.0.0.1:8080
set https_proxy=socks5://127.0.0.1:8080

配置成功后再次尝试

typescript 复制代码
import pprint
import google.generativeai as palm

palm.configure(api_key=api_key)
print("start")

response = palm.generate_text(prompt="The opposite of hot is")
print(response.result) #  'cold.'
typescript 复制代码
cold

问题解决成功

相关推荐
weixin_贾7 天前
WRF-LES与PALM模型:风能资源评估、风力发电、大涡模拟、大尺度湍流涡旋、大雾预报、局地环流模拟、城市热岛效应、流场模拟
palm·风力发电·流场模拟·风能资源评估·局地环流模拟·大雾预报
梦想的初衷~10 天前
WRF-LES与PALM微尺度气象大涡模拟
人工智能·深度学习·palm
xiao5kou4chang6kai410 天前
【环境风险评估、风力发电、城市街道排放、生态气象等领域】WRF-LES与PALM微尺度气象大涡模拟
palm·wrf-les·大气弥散·微尺度气象学·风能预报·流场模拟
梦想的初衷~20 天前
【深度解析】WRF-LES与PALM微尺度气象大涡模拟
人工智能·深度学习·palm
海边散步的蜗牛22 天前
WRF-LES与PALM微尺度气象大涡模拟
人工智能·深度学习·arcgis·数据分析·palm
Jamence1 个月前
多模态大语言模型(MLLM)-Blip2深度解读
人工智能·gpt·深度学习·神经网络·llama·agi·palm
xiao5kou4chang6kai42 个月前
WRF-LES与PALM微尺度气象大涡模拟
人工智能·深度学习·palm·大涡模拟·les
PhyliciaFelicia3 个月前
WRF-LES与PALM微尺度气象大涡模拟
图像处理·人工智能·深度学习·数据分析·palm
Teacher.chenchong3 个月前
WRF-LES与PALM微尺度气象大涡模拟
信息可视化·palm
weixin_贾3 个月前
WRF-LES与PALM微尺度气象大涡模拟实践技术应用
palm