Skip to content

Commit

Permalink
chore: remove top_k
Browse files Browse the repository at this point in the history
  • Loading branch information
isnolan committed Apr 28, 2024
1 parent 34e108f commit cd9a574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bodhi-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@isnolan/bodhi-adapter",
"version": "0.5.2",
"version": "0.5.3",
"description": "llms adapter api for bodhi",
"main": "index.js",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"import": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"default": "./dist/index.cjs"
}
},
"files": [
Expand Down

0 comments on commit cd9a574

Please sign in to comment.