Type "!ask" following a space + the question on the STEEM blockchain. Currently the ChatGPT will listen to the comments (but not the posts). It takes roughly 30 to 60 seconds for a Reply to appear on the blockchain.
How does this work? The Design
One process (or application) is listening to the comments posted on the steem blockchain, and enqueue those that appear to be containing "!ask". Then the question is stored in the MySQL database.
Another process periodically retrieves the new comments in the time order (oldest first), and then invoke the ChatGPT (currently 3.5) API. When the API returns, the text is posted to Steem Blockchain.
Limitation
The comments are monitored real time, meaning that the "messages" captured will be dealt, but when the bots are down, it will certainly miss the "old" messages and will not attempt to scan and process them.
I hope this brings some fun and joys, and most importantly, the activity (interaction) on the steem blockchain!
Short prompts may be ignored - try to ask as specific questions as possible.
Currently, this is still BETA - don't panic when it does not work. Tag @justyy to report problems.
--EOF (The Ultimate Computing & Technology Blog) --
Blog: Integrating ChatGPT Prompt AI to STEEM blockchain
Steem to the Moon!
- You can swap the STEEM/SBD to USDT (TRC-20) via Steem2USDT!
- Register a free STEEM account at SteemYY!
The Improved Design to Tackle Single Point of Failure: Avoid Single Point of Failures by Introducing Multiple Master Backup Reader Node on Steem Bot Applications
The New Design is HERE! The System Design of Steem Blockchain Bots
中文: 整合 ChatGPT Prompt AI到 STEEM 区块链上!