Skip to content

Commit

Permalink
Merge pull request #49 from hack-dance/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
roodboi authored Apr 7, 2024
2 parents af35801 + 7f1dc62 commit 855c12b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-cheetahs-teach.md

This file was deleted.

6 changes: 6 additions & 0 deletions public-packages/llm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# llm-polyglot

## 1.0.0

### Major Changes

- [#48](https://github.com/hack-dance/island-ai/pull/48) [`5fc272d`](https://github.com/hack-dance/island-ai/commit/5fc272d12f7dafb8af3dce04ee400e75203665f4) Thanks [@roodboi](https://github.com/roodboi)! - Updating anthropic provider to use the new tools api that supports json out the box - this moves away from the xml parsing in and out and intro=duces a new limitation in that you can no longer stream tool output - prevously we allowed it although we would only stream content and the tool output wouldnt be available until the end so this isnt really much of a reduction in functionality as it is getting things more inline with what hte underlying api currently supports - because of the signifigant changes this does require a major bump

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion public-packages/llm-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llm-polyglot",
"version": "0.0.3",
"version": "1.0.0",
"description": "A universal LLM client - provides adapters for various LLM providers to adhere to a universal interface - the openai sdk - allows you to use providers like anthropic using the same openai interface and transforms the responses in the same way - this allows you to switch between providers without changing your code - we currently have partial support for anthropic and openai - azure coming soon.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 855c12b

Please sign in to comment.