Hey r/Ethereum—
ChatGPT has change into my default coding + analysis buddy. However, it’s tremendous restricted in crypto as a result of it was educated in 2021. Fairly a bit has modified since then!
So, we at Brydge constructed a chatGPT bot that mixes present internet knowledge with chatGPT to make it usable in crypto. Our major use is for customized token descriptions (instance right here) so we may give our customers extra perception into the tokens they’re buying. However, the bot is customizable to satisfy anybody’s wants.
How the bot works:
Takes in protocolName and tokenName
Ex) Curve DAO and CRV
Runs search question “tokenName crypto description”
Scrape first 3 search outcomes’ content material
Runs chatGPT question for “write an article on protocolName and the tokenName token”
Returns tokenDescription
We’ve open sourced the bot right here (it’s free to run—you simply want an OpenAI session key). Pull requests + suggestions are welcome!