Skip to content

Commit

Permalink
Merge pull request #61 from hack-dance/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
roodboi authored Jun 12, 2024
2 parents 10b7d60 + 01839a5 commit 0cc4557
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-bees-dress.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

## 2.0.0

### Major Changes

- [#60](https://github.com/hack-dance/island-ai/pull/60) [`92434c6`](https://github.com/hack-dance/island-ai/commit/92434c62a3dcf53f073ccbbc56abea8e652f201d) Thanks [@roodboi](https://github.com/roodboi)! - update anthropic tool use api to use new stable + streaming json

## 1.0.1

### 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": "1.0.1",
"version": "2.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 0cc4557

Please sign in to comment.