Skip to content

v1.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tsunami014 Tsunami014 released this 11 Oct 09:03
· 849 commits to main since this release

I finally got around to making a good description of what works and what doesn't.

CURRENT VERSION: v1.1.0-alpha 🔶

CURRENT THINGS THAT WORK THAT YOU CAN TEST:

  • world.py
  • conversation_parser.py

CURRENT THINGS THAT WORK:

  • terrainGen.py
  • discussions.py
  • GPT4All (I think)
  • tinyLLM

CURRENT BROKEN THINGS THAT DON'T OR MAY NOT WORK:

  • characters.py
  • main.py
  • converse.py
  • AIs.py (and all other AI related files)

Things to note:

  1. still in progress

  2. This project comes with 2 python libraries built into it, pyguix and textboxify. This is for a couple of reasons:
    1. (the main big one) It can't be installed with pip (maybe it got taken down? I don't know)
    2. I don't have to wory about dependancy issues with those two packages
    3. I can modify it myself
    4. You guys don't have to install another package