-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Huggingface在线部署版本 #12
Comments
Good idea! |
This is awesome. Great work on the project and HF demo! It would be great to add this link to the README.md file so that more people can see it :-) |
@xianbaoqian 得优先解决一下文件上传的问题:#16 |
Huggingface在线部署的话,所有问答都对space的所有者透明,隐私问题难以解决,我也试了一下,并非一个容易的解决方法https://huggingface.co/spaces/qingxu98/gpt-academic |
good jobs |
可以提供一个然后让大家自己fork后使用 |
可以参考这里,让用户自己 duplicate 到自己的 private Space 来处理。 |
@xianbaoqian 是个好办法 |
@binary-husky 可以参考 https://huggingface.co/spaces/qingxu98/gpt-academic/discussions/4 或者直接 merge :-) |
感谢大佬,duplicate了你的库,可以使用了! |
@xianbaoqian 谢谢 merge 啦 |
为什么我duplicate这个库就不行呢,duplicate第一个就可以 |
这里有一个适合个人自由部署的fork:https://github.com/HansBug/chatgpt_academic_for_hfspace |
关注中 |
Json解析不合常规,很可能是文本过长 “error”: { “message”: “You exceeded your current quota, please check your plan and billing details.”, “type”: “insufficient_quota”, “param”: null, “code”: null }} 这个是什么问题呀 |
[Local Message] Json Error Traceback (most recent call last): File "E:\chatgpt\chatgpt_academic\predict.py", line 169, in predict if len(json.loads(chunk.decode()[6:])['choices'][0]["delta"]) == 0: return _default_decoder.decode(s) obj, end = self.raw_decode(s, idx=_w(s, 0).end()) raise JSONDecodeError("Expecting value", s, err.value) from None "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null }} 这个报错。有人遇到过吗 |
请问这个如何同步上游最新代码? |
等我明天来手动merge一下,应该问题不大,我改的部分都比较外围。 @liangxyz 已经重新同步了,你仓库那边点更新(忽略掉conflict强制更新)即可 |
大佬您能再同步一下吗,好像fork后只能从您这里同步,十分感谢! |
最近代码变更很频繁,没空同步huggingface,抱歉 |
访问:https://huggingface.co/spaces/wangrongsheng/ChatImprovement
添加自己的openai-key即可使用!
The text was updated successfully, but these errors were encountered: