-
Notifications
You must be signed in to change notification settings - Fork 48
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
For anyone encounter installation, server and request. issues, please look here #4
Comments
你看下你的PDF parser的后台,感觉像是PDF的处理那边有些问题,我这边是Okay的,会给出feedback! |
sciencebeam_parser.service.server |
还有可能是你的GPT API的连接问题,都有可能 |
https://9dc2633eeb8fefc5c0.gradio.live @WangzcBruce 你可以试试我的暂时的,72小时就失效了。 |
|
你试试如果加入share=TRUE进入lauch(),用public接口会好些吗 |
sciencebeam_parser.service.server 好像跟我的运行差不多的,是返回response的时候的问题 |
我找到问题所在了,代码所在的服务器需要能够翻墙。感谢作者的帮助 |
Thanks the author's help! https://385a2867849723de72.gradio.live/ It works now!!!! |
For reference:
|
You can use the "gpt-3.5-turbo-16k" instead. GPT4 is too expensive. |
Thanks. I made it work with gpt 4 turbo on Ubuntu: https://github.com/harrywang/LLM-scientific-feedback My Installation NoteI have made the following changes to the code base:
System Used: Ubuntu 20.04.6 LTS
Then,
Go to something like https://5a1xxxx.gradio.live/ and upload a PDF paper: |
|
I found this tool extremely helpful and fun to use! Thanks to the developers you are awesome! However I believe the repository needs some care afterwards to make the documentation more user-approachable and that users can run the tool smoothly. I am speaking from my own user experience.
Here is the tips how I setup mine and successfully running:
so your lines in main.py should be:
def __init__(self, model_name="gpt-4"):
wrapper = GPT4Wrapper(model_name="gpt-4")
gradio
pikepdf
openai
tiktoken
(you can also create your own requirement.txt with the four lines above)
#3
#2
#1
The text was updated successfully, but these errors were encountered: