Skip to content

Commit

Permalink
1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Aug 26, 2024
1 parent aca9847 commit 14034ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/qllm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm",
"version": "1.8.2",
"version": "1.8.3",
"description": "QLLM CLI: A versatile CLI tool for interacting with multiple AI/LLM providers. Features include chat sessions, one-time queries, image handling, and conversation management. Streamlines AI development with easy provider/model switching and configuration.",
"keywords": [
"ai",
Expand All @@ -17,6 +17,9 @@
"files": [
"dist"
],
"bin": {
"qllm": "./dist/qllm.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist && rm -rf tsconfig.tsbuildinfo",
Expand Down
Empty file modified packages/qllm-cli/src/qllm.ts
100644 → 100755
Empty file.

0 comments on commit 14034ba

Please sign in to comment.