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

Commit

Permalink
0.4.201
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Feb 5, 2024
1 parent ef4949d commit 00944fa
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 90 deletions.
164 changes: 80 additions & 84 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.200",
"version": "0.4.201",
"description": "Use self-hosted LLMs with an OpenAI compatible API",
"exports": {
"./llm-adapter": {
Expand Down Expand Up @@ -56,8 +56,8 @@
},
"dependencies": {
"@fastify/static": "^7.0.0",
"@inquirer/prompts": "^3.3.2",
"@inquirer/select": "^1.3.3",
"@inquirer/prompts": "^4.0.0",
"@inquirer/select": "^2.0.0",
"@llama-node/llama-cpp": "^0.1.6",
"@stoplight/json-ref-resolver": "^3.1.6",
"ajv": "^8.12.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"jsonpath-plus": "^8.0.0",
"nodemon": "^3.0.3",
"npm-check-updates": "^16.14.14",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"quicktype-core": "^23.0.81",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"allowImportingTsExtensions": true,
"strictNullChecks": true,
"noEmit": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"exclude": ["examples/**/*"],
"exclude": ["examples/**/*"]
}

0 comments on commit 00944fa

Please sign in to comment.