An open API service indexing awesome lists of open source software.

https://github.com/iteranya/discord-alchemist

A Fun Little AI Powered Bot similar to Infinite Alchemy
https://github.com/iteranya/discord-alchemist

Last synced: 3 months ago
JSON representation

A Fun Little AI Powered Bot similar to Infinite Alchemy

Awesome Lists containing this project

README

        

# Discord Alchemist
A Fun Little AI Powered Bot similar to Infinite Alchemy

TODO:
- [x] Decide the overall gameplay
- [x] Prepare the Model Class
- [x] Prepare the Database
- [x] Prepare the Data Manager
- [x] Unit Test the Data Manager
- [x] Prepare the LLM API Function
- [x] Create The LLM Prompt Function (Yes, this part is important, please pay attention)
- - [x] Prompt Engineer with Claude
- - [x] GBNF Engineer with Silly Tavern
- - [x] Grab The Prompt and GBNF for Function
- - [x] Figure Out if Queueing is Necessary since Kobold Already Took Care of It
- - [x] Realize that it's best to add that anyway *just in case*
- - [x] Make the LLM Function
- [x] 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