Adds ability to register new accounts, and provides starting twitter and Gmail accounts.
This commit is contained in:
parent
fc2f74bb7c
commit
6c06b158c3
|
@ -23,6 +23,7 @@ These are the commands available from you:
|
|||
- -- The text generated by this instance will be returned to you.
|
||||
- View all running GTP-4 Instances and Kill them.
|
||||
- Navigate to a website and perform general actions like click on buttons, input text <text> or register an account <username>
|
||||
- Register new account <username> on <website>
|
||||
|
||||
Your response must ALWAYS be in JSON format, in the following format:
|
||||
{
|
||||
|
@ -41,4 +42,9 @@ Your response must ALWAYS be in JSON format, in the following format:
|
|||
"current long-term plan": "short bulleted plan"
|
||||
}
|
||||
}
|
||||
"""
|
||||
"""
|
||||
[1] : """Accounts
|
||||
Gmail: entrepreneurgpt@gmail.com
|
||||
Twitter: @En_GPT
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue