Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (28 loc) · 1.14 KB

Discord Alchemist

A Fun Little AI Powered Bot similar to Infinite Alchemy

TODO:

  • Decide the overall gameplay
  • Prepare the Model Class
  • Prepare the Database
  • Prepare the Data Manager
  • Unit Test the Data Manager
  • Prepare the LLM API Function
  • Create The LLM Prompt Function (Yes, this part is important, please pay attention)
    • Prompt Engineer with Claude
    • GBNF Engineer with Silly Tavern
    • Grab The Prompt and GBNF for Function
    • Figure Out if Queueing is Necessary since Kobold Already Took Care of It
    • Realize that it's best to add that anyway just in case
    • Make the LLM Function
  • Make Unit Test for the LLM Function
  • Create the User Action Function
    • Figure out what action user can make
    • Write the function
  • Unit Test the User Action Function
  • Debugging Hell
  • Connect with Discord
  • Debugging Hell 2, Electric Boogaloo

Obviously This Repo is Under Construction

  • It's public, but please don't make a PR unless you know me personally
  • I am a complete neanderthal when it comes to Software Engineering
  • I barely know how to operate github