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

Commit

Permalink
0.4.70
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Aug 18, 2023
1 parent d0f5c3f commit 9896d4f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 81 deletions.
151 changes: 76 additions & 75 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llmatic",
"version": "0.4.69",
"version": "0.4.70",
"description": "Use self-hosted LLMs with an OpenAI compatible API",
"exports": {
"./llm-adapter": {
Expand Down Expand Up @@ -56,20 +56,20 @@
},
"dependencies": {
"@fastify/static": "^6.10.2",
"@inquirer/prompts": "^3.0.2",
"@inquirer/select": "^1.2.7",
"@inquirer/prompts": "^3.0.3",
"@inquirer/select": "^1.2.8",
"@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.21.0",
"fastify-openapi-glue": "^4.3.1",
"fastify-openapi-glue": "^4.3.2",
"glob": "^10.3.3",
"llama-node": "^0.1.6",
"nodejs-file-downloader": "^4.12.1",
"short-uuid": "^4.2.2",
"swagger-ui-dist": "^5.3.2",
"swagger-ui-dist": "^5.4.2",
"traverse": "^0.6.7",
"tsx": "^3.12.7",
"valid-filename": "^4.0.0"
Expand All @@ -92,7 +92,7 @@
"http-status-codes": "^2.2.0",
"jsonpath-plus": "^7.2.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.11.2",
"npm-check-updates": "^16.12.2",
"prettier": "^3.0.2",
"quicktype-core": "^23.0.71",
"tsup": "^7.2.0",
Expand Down

0 comments on commit 9896d4f

Please sign in to comment.