Releases: dshills/ai-manager
Releases · dshills/ai-manager
v0.2.7
Anthropic Generator Fix
Requires max_tokens in call
Generator Interfaces - Major Refactor
- Much simpler to understand the usage
- Generators are now interfaces and not function defs
- Converse is the only way to call the AI from a Thread
- Generator responses contain timing and usage in addition to the generated text
Refactor
Added Converse to Thread
Converse is the same functionality as Generate but returns the response and error instead of using a channel
Validate and Return
- Validate registered model generators
- Return Threads on new and switch
New Generator
Anthropic Claude generator
Release v0.2.0
Removed Serializer dependencies from the manager
New Model definition structure
First Release
v0.1.0 Fixed project paths after deploy to GitHub