-
Notifications
You must be signed in to change notification settings - Fork 12
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
test user ticket #30
Comments
/agent-action test |
1 similar comment
/agent-action test |
/agent-action tst |
/agent-action tst2 |
2 similar comments
/agent-action tst2 |
/agent-action tst2 |
/agent-action test again |
/agent-action funk master flex |
/agent-action funk master flex talking stuff |
1 similar comment
/agent-action funk master flex talking stuff |
/agent-action rake it up! |
/agent-action Tell all the bots to rake it up! |
/agent-action rake it up! |
/agent-action merge autogpt |
/agent-action merge autogpt2 |
/agent-action test |
/agent-action please run |
/agent-action run the jewels |
/agent-action fork the repor |
/agent-action fork the repo |
/agent-action document the steps |
/agent-action yoda |
/agent-action mando |
/agent-action try again |
/agent-action batsignal |
1 similar comment
/agent-action batsignal |
/agent-action batsy |
/agent-action send bat signal |
1 similar comment
/agent-action send bat signal |
/agent-action send bat signal , batman |
/agent-action send bat signal , again |
/agent-action please work |
/agent-action funk master flex |
/agent-action bach |
/agent-action help |
/agent-action helpme |
/agent-action pray |
/agent-action pray again |
/agent-action nobody expects the spanish inquisition |
/agent-action argment clinic |
/agent-action argumentation clinic |
/agent-action if you first dont succeed |
/agent-action if you first dont succeed try again |
/agent-action if you first dont succeed, try again for for four hours please. |
1 similar comment
/agent-action if you first dont succeed, try again for for four hours please. |
/agent-action get the popcorn && send 3Eth to @maxwellsmart && %100 |
/agent-action retry to get the popcorn && send 3Eth to @maxwellsmart && %100 &&make me a ham sandwich please. |
/agent-action try to get the popcorn && send 3Eth to @maxwellsmart && %100 &&make me a ham sandwich please. |
/agent-action nope Yup |
/agent-action update |
/agent-action update test |
/agent-action sweep the floor |
/agent-action regulate |
/agent-action regulate2 |
import torch
from transformers import GPT2LMHeadModel, GPT2Tokenizer
class AutoGPTAgent:
def init(self):
self.commands = {
"generate": self.generate_text,
# Add more commands as needed
}
self.tokenizer = GPT2Tokenizer.from_pretrained("gpt2")
self.model = GPT2LMHeadModel.from_pretrained("gpt2")
Usage:
agent = AutoGPTAgent()
agent.process_command("generate", ["Hello, world!"])
The text was updated successfully, but these errors were encountered: