Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
0.4.205
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Feb 8, 2024
1 parent 3197c45 commit c013433
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
32 changes: 17 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llmatic",
"version": "0.4.204",
"version": "0.4.205",
"description": "Use self-hosted LLMs with an OpenAI compatible API",
"exports": {
"./llm-adapter": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"prepare": "tsup src/llm-adapter.ts --format esm,cjs --dts --minify --clean --silent"
},
"dependencies": {
"@fastify/static": "^7.0.0",
"@fastify/static": "^7.0.1",
"@inquirer/prompts": "^4.0.0",
"@inquirer/select": "^2.0.0",
"@llama-node/llama-cpp": "^0.1.6",
Expand All @@ -69,7 +69,7 @@
"llama-node": "^0.1.6",
"nodejs-file-downloader": "^4.12.1",
"short-uuid": "^4.2.2",
"swagger-ui-dist": "^5.11.2",
"swagger-ui-dist": "^5.11.3",
"traverse": "^0.6.8",
"tsx": "^4.7.0",
"valid-filename": "^4.0.0"
Expand Down

0 comments on commit c013433

Please sign in to comment.