Skip to content
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

Warn , Limit or Prevent Potential LLM loops #149

Open
bashybaranaba opened this issue Oct 26, 2024 · 0 comments
Open

Warn , Limit or Prevent Potential LLM loops #149

bashybaranaba opened this issue Oct 26, 2024 · 0 comments

Comments

@bashybaranaba
Copy link
Member

LLMs enter a loop if you simply connect the resultant output of the world back to the LLM as an input.
We want to kinda allow users to be able to perform actions that call LLMs in a loop, but we need to have some sort of limits.

  • First we want to warn world creators when their node structure is likely to result in a loop.
  • If the user wants a loop, we need to have them specify the delay between the requests sent to the LLM bots.
  • If a certain loop of events is too crazy just outright prevent it
  • Also the token-based Onchain credit/token System  #148 system can be used to limit this behavior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant