riverscuomo / cuomputer

The bot for my discord server.
GNU General Public License v3.0
26 stars 8 forks source link

Let's do something with the new 'functions' capability of GPT-4 #7

Open riverscuomo opened 1 year ago

ArthurEmidio commented 1 year ago

One idea that could be done to start experiment with it. In steps:

  1. Bot monitors for Weezer-related debate (judged by GPT)
  2. Let GPT come with a search query to Weezerpedia;
  3. Bot makes a search request to Weezerpedia's browse page and picks top result (I've used the Beautiful Soup Python library for this in the past);
  4. Bot feeds wiki content as context to GPT;
  5. Instruct GPT to come up with a relevant comment based on the wiki content and the ongoing discussion on the channel.

Thoughts? I'll try to think about others.