Skip to content

Releases: dshills/ai-manager

v0.2.7

13 Apr 12:46
Compare
Choose a tag to compare
  • Simplified generator creation
  • Simplified thread creation
  • Added support for temperature and max_tokens for many of the models
  • Added tool (Simulated function calling) currently only supported in OpenAI models

Anthropic Generator Fix

10 Apr 20:19
Compare
Choose a tag to compare

Requires max_tokens in call

Generator Interfaces - Major Refactor

10 Apr 11:20
Compare
Choose a tag to compare
  • 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

09 Apr 22:08
Compare
Choose a tag to compare
  • Removed aimsg package
  • Removed aiserial package
  • Added token usage as part of the generator return signature

Added Converse to Thread

09 Apr 13:25
Compare
Choose a tag to compare

Converse is the same functionality as Generate but returns the response and error instead of using a channel

Validate and Return

09 Apr 12:47
Compare
Choose a tag to compare
  • Validate registered model generators
  • Return Threads on new and switch

New Generator

07 Apr 21:12
Compare
Choose a tag to compare

Anthropic Claude generator

Release v0.2.0

07 Apr 14:02
Compare
Choose a tag to compare

Removed Serializer dependencies from the manager
New Model definition structure

First Release

03 Apr 18:09
Compare
Choose a tag to compare
v0.1.0

Fixed project paths after deploy to GitHub