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.44k stars 383 forks source link

Token Indices Length Warning #57

Closed DigiTecK3D closed 1 year ago

DigiTecK3D commented 1 year ago

So I'm running autogpt and I'm seeing this one spit out while its running, not sure what that means? image

rastinder commented 1 year ago

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

FlamingFury00 commented 1 year ago

You can't do anything about it https://github.com/IntelligenzaArtificiale/Free-AUTO-GPT-with-NO-API/issues/26#issue-1689750403

DigiTecK3D commented 1 year ago

@FlamingFury00 ok I see, only thing is I’m getting it on all of the chat response returns so restarting the loop it just keeps happening.

FlamingFury00 commented 1 year ago

Unfortunately there are not much other ways to fix this for now. Just keep running the loop even if you see the warning and hope that finishes the task without crashing 😅. I'll look for some method to fix that in the meantime.