-
Notifications
You must be signed in to change notification settings - Fork 44.6k
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
Command browse_website returned: Error: 'str' object has no attribute 'fast_llm_model' #4813
Comments
|
|
Same exact issue here when running from docker. |
Same issue running from macos using git stable branch |
My first try with auto-GPT. |
Same problem over there. Tested on Mac Os Ventura 13.4.1 (22F82) using python 3.10 and AutoGPT v0.4.3 Release. SYSTEM: Command browse_website returned: Error: 'str' object has no attribute 'fast_llm_model' |
I can confirm the same, v0.4.2 and v0.4.3. Mine happened after the browse_website command. `NEXT ACTION: COMMAND = browse_website ARGUMENTS = {'url': 'https://www.verywellfit.com/best-waterproof-sneakers-6502688', 'question': 'What are the details and customer reviews of the New Balance Fresh Foam Arishi Trail GTX?'} AUTHORISED COMMANDS LEFT: 4 |
same thing here AUTHORISED COMMANDS LEFT: 0
NEXT ACTION: COMMAND = browse_website ARGUMENTS = {'url': 'https://www.goodreads.com/list/show/1.Best_Books_Ever', 'question': 'What are the recommended books on this website?'} AUTHORISED COMMANDS LEFT: 0
|
Same for me AutoGPT 0.4.3 on docker, Mac OS, Python 3.11.3 |
AUTHORISED COMMANDS LEFT: 5 |
Some one can please help with this error |
Same here |
I'm experiencing the same issue. |
Having the same issue |
when doing a web search |
Same here |
any work around or quick fix for this? |
Following, need help here too |
pr #4876 |
Hi, @u007 Thank you for the solution!! It worked very well for the most part, for websites with a lower "Text length" (Text length: 800-17000 characters) the fix worked flawlessly, but for a length of +-70000 characters it errored out. Logs: AUTHORISED COMMANDS LEFT: 2 I'm not sure if it's related to the "last_llm_model" error yet. If it were for me, your PR should move forward as it addresses this Best Regards |
alright just add the instruction at the end on the second code call
…On Mon, 3 Jul 2023, 7:53 pm iguy0, ***@***.***> wrote:
Hi, @u007 <https://github.com/u007> Thank you for the solution!! It
worked very well for the most part, for websites with a lower "Text length"
(Text length: 800-17000 characters) the fix worked flawlessly, but for a
length of +-70000 characters it errored out.
Logs:
`NEXT ACTION: COMMAND = browse_website ARGUMENTS = {'url': '
https://www.nytimes.com/wirecutter/reviews/best-running-shoes/',
'question': 'What are the features and customer reviews of the top
waterproof running shoes recommended by The New York Times?'}
AUTHORISED COMMANDS LEFT: 2
Text length: 70174 characters
Text length: 7666 tokens
Max chunk length: 3545 tokens
Summarizing chunk 1 / 4 of length 2550 tokens
Text length: 2502 tokens
Max chunk length: 3545 tokens
Summarizing chunk 2 / 4 of length 2539 tokens
Text length: 2454 tokens
Max chunk length: 3545 tokens
Summarizing chunk 3 / 4 of length 2552 tokens
Text length: 2469 tokens
Max chunk length: 3545 tokens
Summarizing chunk 4 / 4 of length 325 tokens
Text length: 318 tokens
Max chunk length: 3545 tokens
Summarized 4 chunks
Text length: 375 tokens
Max chunk length: 3545 tokens
Text length: 7691 tokens
Max chunk length: 3545 tokens
Summarizing chunk 1 / 4 of length 2555 tokens
Text length: 2474 tokens
Max chunk length: 3545 tokens
Summarizing chunk 2 / 4 of length 2563 tokens
Text length: 2487 tokens
Max chunk length: 3545 tokens
Summarizing chunk 3 / 4 of length 2540 tokens
Text length: 2461 tokens
Max chunk length: 3545 tokens
Summarizing chunk 4 / 4 of length 327 tokens
Text length: 326 tokens
Max chunk length: 3545 tokens
Summarized 4 chunks
Text length: 408 tokens
Max chunk length: 3545 tokens
Text length: 786 tokens
Max chunk length: 3545 tokens
SYSTEM: Command browse_website returned: Error: summarize_text() missing 1
required positional argument: 'config'
SHOEFINDERGPT THOUGHTS: I encountered an error while trying to browse the
website. I need to find an alternative source to gather information about
the top waterproof shoes. I can use the 'web_search' command to search for
websites or articles that provide detailed reviews and information about
waterproof shoes.
`
I'm not sure if it's related to the "last_llm_model" error yet. If it were
for me, your PR should move forward as it addresses many/most cases for the
error under this issue.
Best Regards
—
Reply to this email directly, view it on GitHub
<#4813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC65TKA6GT76XUYGT5A2YTXOKXCXANCNFSM6AAAAAAZVZ6Q6A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
hi @u007 I can't find processing and I've downloaded the stable version and done it with dockers thank you |
updated the code above |
How do i update the code (for Docker)? |
clone the project from my branch , map the file autogpt/processing/text.py into the path of autogpt, /app/autogpt/processing/text.py |
need to clone and switch to stable branch, but its not merged yet |
I've tested the code provided as a fix, and I have the following error trying on the branch to fix the error
Anyone knows a version that we can rollback to in the meantime ? |
I've implemented the fix but now I'm getting a different problem: |
no that means its not implemented
…On Tue, 4 Jul 2023, 7:55 am tragicwinds, ***@***.***> wrote:
I've implemented the fix but now I'm getting a different problem:
Command browse_website returned: Error: summarize_text() missing 1
required positional argument: 'config'
—
Reply to this email directly, view it on GitHub
<#4813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC65TNJHVMFUFNG7AYXFE3XONLYHANCNFSM6AAAAAAZVZ6Q6A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
fixed here #4882 |
Which Operating System are you using?
Windows
Which version of Auto-GPT are you using?
Latest Release
Do you use OpenAI GPT-3 or GPT-4?
GPT-3.5
Which area covers your issue best?
Commands
Describe your issue.
browse_website command pulls information, gives errors in logs. This is different from This issue
Command browse_website returned: Error: 'str' object has no attribute 'fast_llm_model'
Please see Logs here under the same name as this issue.
Upload Activity Log Content
No response
Upload Error Log Content
No response
The text was updated successfully, but these errors were encountered: