Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nnance committed Apr 19, 2024
1 parent 33034c8 commit fcac34f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm run setup
- run: npm ci
- run: npm test

Expand All @@ -28,7 +27,6 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm run setup
- run: npm ci
- run: npm run build
- run: npm publish
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "llamacpp-ai-provider",
"version": "0.0.8",
"version": "0.0.9",
"description": "Vercel AI Provider for running LLMs locally using LLamaCpp",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit fcac34f

Please sign in to comment.