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
- Host: GitHub
- URL: https://github.com/iteranya/discord-alchemist
- Owner: Iteranya
- License: gpl-3.0
- Created: 2024-07-07T13:00:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T10:18:27.000Z (6 months ago)
- Last Synced: 2024-12-29T07:33:29.324Z (5 months ago)
- Language: Python
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Alchemist
A Fun Little AI Powered Bot similar to Infinite AlchemyTODO:
- [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