Releases: pkdindustries/soulshack
soulshack-v0.74
features
tool use now supported on ollama served models (see ollamabot.yml)
added documents.py, an example tool for fetching documents or news articles
config
--openaikey renamed --apikey
--openapiurl renamed --apiurl
--stream introduced to toggle api streaming support
--admins now uses hostmasks
streamlined shell tool api
the --name and --description command interfaces have been removed from the tool scripts to reduce clutter.
name and description fields are now directly within the schema.
bugfixes
too many to list, but importantly the session history should accurately reflect all assistant messages
Full Changelog: v0.72...v0.74
soulshack-v0.72
Release v0.7 Highlights:
Cleaner, more streamlined configuration options
Added support for OpenAI tool use (function calling)
Includes sample tools for weather, unix system info, datetime and more
Include built in IRC tools for /op, /topic, and /kick
Various bug fixes and stability enhancements
Added configuration options
--top_p: Top P value for the completion (default: 1)
--tools: Enable tool use (default: false)
--toolsdir: Directory to load tools from (default: "examples/tools")
Changed configuration options
--admins now takes a list of hostmasks
--become to --config
--ssl to --tls
--session to --sessionduration
--history to --sessionhistory
--timeout to --apitimeout
Removed configuration options:
--list, -l
--directory, -d
--goodbye
New Contributors
@eltociear made their first contribution in #32
soulshack-v0.42.17
What's Changed
- added SASL plain auth by @terminaldweller in #10
- Have dependabot update github actions by @tvalenta in #12
- The one run through the linter by @tvalenta in #15
- The one with gh cli for releases by @tvalenta in #28
- Allow alternate OpenAI API URL with --openaiurl by @lstarnes1024 in #29
- The one that attests by @tvalenta in #30
- Release as a prerelease by @tvalenta in #31
New Contributors
- @terminaldweller made their first contribution in #10
- @tvalenta made their first contribution in #12
- @dependabot made their first contribution in #14
- @lstarnes1024 made their first contribution in #29
soulshack-v0.42.16-alpha
config: change chunkdelay default, organize
soulshack-v0.42.15-alpha
change chat session expiration, and tests
soulshack-v0.42.9-alpha
Merge pull request #9 from pkdindustries/alexschlessinger/issue8 toggle for addressing mode #8