v0.24.0 Generic items list and fixes
What's Changed
-
Based on the discussions here, I broke out the list of "generic" items that are available to all stories from a python file, to json. I also added a couple of more to show some of the possibilities. This makes it easier to adapt them to your own experience. "Themes" are hard-coded for now. Let me know if more should be added. The file is 'generic_items.json
-
Fixed deaths and remains not being handled properly.
-
A couple of fixes related to openai-like api's, and oobaboogas text-generation-ui in particular. The grammar wasn't passed properly. Now it should be.
-
Another is a bug that has not yet been solved; the location description that is passed to the "cache" is a bool (sometimes? ooba?), which caused an error. For now I've allowed it and convert it to a string. Thanks to 'Light' in discord for reporting them.
-
I had missed that locations actually support image generation as well. More relevant now that images are bigger. Should move these to make them outside of the main thread. For now, it's longer generation times.
Full Changelog: v0.23.2...v0.24.0