-
v0.37.0 Stable
released this
2024-11-04 15:07:37 -05:00 | 102 commits to master since this release-
I've reworked the combat prompt and how it's defined to hopefully get some better generation results. This also introduced a 'durability' feature for items, which is not yet fully into play (but it degrades).
-
Added support for 'story wearables'. If you define wearables in the story's 'catalogue', they will be added to the total pool when loading the story. Useful for themed stories, that may not fit into the limited genres already defined.
-
Added support for 'password' for koboldcpp servers. Define 'API_PASSWORD' in backend_kobold_cpp.yaml to enable it.
-
This led me to find a bug with openai api's that didn't send the API_KEY when streaming, so that has been fixed as well.
What's Changed
- Update v0.37.0 by @neph1 in https://github.com/neph1/LlamaTale/pull/98
Full Changelog: https://github.com/neph1/LlamaTale/compare/v0.36.2...v0.37.0
-