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

Commit

Permalink
0.4.94
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Sep 15, 2023
1 parent 1a59118 commit 67174ad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
31 changes: 15 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llmatic",
"version": "0.4.93",
"version": "0.4.94",
"description": "Use self-hosted LLMs with an OpenAI compatible API",
"exports": {
"./llm-adapter": {
Expand Down Expand Up @@ -55,21 +55,21 @@
"prepare": "tsup src/llm-adapter.ts --format esm,cjs --dts --minify --clean --silent"
},
"dependencies": {
"@fastify/static": "^6.11.0",
"@fastify/static": "^6.11.1",
"@inquirer/prompts": "^3.1.1",
"@inquirer/select": "^1.2.11",
"@llama-node/llama-cpp": "^0.1.6",
"@stoplight/json-ref-resolver": "^3.1.6",
"ajv": "^8.12.0",
"awilix": "^8.0.1",
"commander": "^11.0.0",
"fastify": "^4.23.1",
"fastify": "^4.23.2",
"fastify-openapi-glue": "^4.3.3",
"glob": "^10.3.4",
"llama-node": "^0.1.6",
"nodejs-file-downloader": "^4.12.1",
"short-uuid": "^4.2.2",
"swagger-ui-dist": "^5.7.0",
"swagger-ui-dist": "^5.7.1",
"traverse": "^0.6.7",
"tsx": "^3.12.10",
"valid-filename": "^4.0.0"
Expand Down

0 comments on commit 67174ad

Please sign in to comment.