-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Unable to read PDF files #3286
Comments
need logs, need prompt |
im experiencing this too |
Increase net worth, Grow Twitter Account, Develop and manage multiple businesses autonomously' |
+1
|
I don't know if Auto-GPT has the ability to read PDF files. When I converted my PDF file to .txt, the read_file command worked just fine. |
Which Operating System are you using?
Windows
Which version of Auto-GPT are you using?
Stable (branch)
GPT-3 or GPT-4?
GPT-3.5
Steps to reproduce 🕹
put pdf files into the workspace folders, ask autogpt to read them it will fail with this message:
"Command read_file returned: Error: 'utf-8' codec can't decode byte 0xe2 in position x: invalid continuation byte"
Current behavior 😯
"Command read_file returned: Error: 'utf-8' codec can't decode byte 0xe2 in position x: invalid continuation byte"
Expected behavior 🤔
it should be able to decode : https://stackoverflow.com/questions/56453782/utf-8-codec-cant-decode-byte-0xe2-invalid-continuation-byte-error
Your prompt 📝
# Paste your prompt here
read files located in autogptworkspace folder. It is able to list the pdf files but can't read them
Your Logs 📒
no logs.
The text was updated successfully, but these errors were encountered: