BigBii
BigBii
这是昨天git上很火的一个开源项目https://github.com/madawei2699/myGPTReader 我想把这个项目跟微信的这个项目合并一下,让微信bot可以识别聊天时附带的链接并生成概要,并进一步可以对网页内容进行问答提问。但是技术有限,不知道改哪部分代码合适呢?求大神指点迷津。 我的设想是用Cloudflare Worker和Fetch API来抓取网页内容,并把网页内容直接作为输入作为给gpt的语料(需要控制输入的token数以防止消耗过快),这个方案不知道可行不可行,欢迎大家探讨!
I'm trying to move China_A_share_market_tushare.ipynb to run under the PyCharm environment, and replaced the data obtained from the tushare API with my own data. I encountered an error when running...
Traceback (most recent call last): File "/Users/bicaihua/PycharmProjects/Weibo/weibo-crawler/Claude_Copilot.py", line 109, in main() File "/Users/bicaihua/PycharmProjects/Weibo/weibo-crawler/Claude_Copilot.py", line 30, in main claude_obj = claude_wrapper.ClaudeWrapper(client, organizations[0]['uuid']) # type: ignore TypeError: 'NoneType' object is not subscriptable...