Rosalie
Rosalie
我也遇到了相同的问题
> > 两个方法,一个是更换site-packages中langchain_community的版本到0.0.13,我自己就是这样。另外一个是把site-packages中p\langchain_community\document_loaders\pebblo.py的import pwd注释掉,这个我没试过,听别人说的 > > 第二个目前能跑起来 但BUG不确定 我也是
> Randomboiii03 Thanks for comment. I tried several examples and i am sure that there has text to be extracted. I'm still looking for a solution
I've run into the same issue myself. No matter what I try, nothing seems to work... even logging back in. I'm starting to wonder if there's a fix for this,...
I try setting up a proxy, and it works.
Thanks for the update! I encountered a similar problem and your solution successfully solved the problem! ``` Traceback (most recent call last): File "E:\0nlp\Claude-API-main\usecases\console_chat.py", line 43, in main() File "E:\0nlp\Claude-API-main\usecases\console_chat.py",...
I think [this project](https://github.com/wwwzhouhui/Claude2-PyAPI) may help.
> It seems that the model has been updated, claude-2.1 you are right. thanks
i have encountered a similar error. ` def get_organization_id(self): url = "https://claude.ai/api/organizations" headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0', 'Accept-Language': 'en-US,en;q=0.5', 'Referer': 'https://claude.ai/chats', 'Content-Type':...
https://stackoverflow.com/questions/57685622/json-decoder-jsondecodeerror-expecting-value-line-1-column-1-char-0-python might help