Frrrrrrrrank / auto_job__find__chatgpt__rpa

This is a tool used to automatically generate a cover letter using chatgpt based on your resume and job description and send messages to bosses in China.
1.42k stars 216 forks source link

需要修复一下langchain接口重定向的问题 #45

Closed 507402 closed 4 months ago

507402 commented 4 months ago

问题描述:在某宝买的3.5中转接口(官方免费的5¥接口会限制每分钟的申请次数,导致投递流程卡住);使用客服给出的接口时,会报307重定向的错误 问题排查:查看其文档(https://flowus.cn/share/bf106afc-6e3c-4b52-b7e4-bf23b3ec7587),发现调用方式有所不同,使用的OpneAI库和httpx创建的http_client请求 image

大佬能修复一下这个问题吗?

507402 commented 4 months ago

这个问题我已经解决了,

507402 commented 4 months ago

将http_client块单独提出出来,作为参数传给chatopenai方法,http_client=http_client