ChatGPT x Crypto : ethereum

0
5
ChatGPT x Crypto : ethereum


Hey r/Ethereum—

ChatGPT has become my default coding + research buddy. But, it’s super limited in crypto because it was trained in 2021. Quite a bit has changed since then!

So, we at Brydge built a chatGPT bot that combines current web data with chatGPT to make it usable in crypto. Our primary use is for custom token descriptions (example here) so we can give our users more insight into the tokens they’re purchasing. But, the bot is customizable to meet anyone’s needs.

How the bot works:

  1. Takes in protocolName and tokenName

    1. Ex) Curve DAO and CRV

  2. Runs search query “tokenName crypto description”

  3. Scrape first 3 search results’ content

  4. Runs chatGPT query for “write an article on protocolName and the tokenName token”

  5. Returns tokenDescription

We’ve open sourced the bot here (it’s free to run—you just need an OpenAI session key). Pull requests + feedback are welcome!



Source link