Skip to content

Commit

Permalink
Stability improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
olokobayusuf committed Sep 18, 2024
1 parent a34c5e5 commit 48eecf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.0.3
*INCOMPLETE*
+ Minor stability improvements.

## 0.0.2
+ Added `openai.embeddings.create` passthrough to OpenAI when `model` is not a valid Function predictor tag.
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typings": "build/types/index.d.ts",
"unpkg": "build/umd/fxn.js",
"dependencies": {
"fxnjs": "^0.0.40"
"fxnjs": "^0.0.41"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.26.1",
Expand Down

0 comments on commit 48eecf1

Please sign in to comment.