IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.47k stars 383 forks source link

Getting issues related to content length limit on `python AutoGPT.py` #88

Open ab0099 opened 1 year ago

ab0099 commented 1 year ago

Token indices sequence length is longer than the specified maximum sequence length for this model (nnnn > 1024). Running this sequence through the model will result in indexing errors.

xRiddin commented 1 year ago

same here

image
IntelligenzaArtificiale commented 1 year ago

same here image

@Jeevaraz @ab0099 We are aware of this issue and are working to resolve it.

quanmanss11 commented 1 year ago

https://conturata.com/ai/chunker

gameuser1982 commented 1 year ago

I am seeing this error as well. How does this affect operations? Does it end up cutting off the prompt?

gameuser1982 commented 1 year ago

https://conturata.com/ai/chunker

How do use this chunker with AutoGPT? Just use it to determine if you comply with token length?

mortadaNotGenius commented 1 year ago

fixing the issue when?

IntelligenzaArtificiale commented 1 year ago

we are working to solve this issue , for the moment we have realese new UPDATE , pls try new update

ab0099 commented 1 year ago

@IntelligenzaArtificiale has this issue been resolved? Please update on the status of this issue if possible.

IA-Programming commented 1 year ago

Maybe using this repo is possible to solve it: https://github.com/Muennighoff/sgpt