Skip to content

Commit

Permalink
Merge pull request #46 from hack-dance/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
roodboi authored Mar 25, 2024
2 parents c96a748 + 049d72d commit f95dd03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-feet-arrive.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

## 0.0.3

### Patch Changes

- [#45](https://github.com/hack-dance/island-ai/pull/45) [`e32c0f1`](https://github.com/hack-dance/island-ai/commit/e32c0f10e37b9e11f2792d9ad6f11c9b3facefeb) Thanks [@roodboi](https://github.com/roodboi)! - handle numbers better

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "[WIP] - 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 f95dd03

Please sign in to comment.