Skip to content

Commit

Permalink
1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Aug 26, 2024
1 parent d4ae72a commit b47b4ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/qllm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm",
"version": "1.8.5",
"version": "1.8.6",
"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 Down Expand Up @@ -79,6 +79,8 @@
"overrides": {
"glob": "^9.0.0",
"rimraf": "^5.0.0",
"@npmcli/move-file": "npm:@npmcli/fs@latest"
"@npmcli/move-file": "npm:@npmcli/fs@latest",
"are-we-there-yet": "latest",
"gauge": "latest"
}
}
2 changes: 1 addition & 1 deletion packages/qllm-cli/src/qllm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { chatCommand } from "./commands/chat-command";
import { CliConfigManager } from "./utils/cli-config-manager";
import { configureCommand } from "./commands/configure-command";

const VERSION = "1.8.2";
const VERSION = "1.8.6";

export async function main() {
try {
Expand Down

0 comments on commit b47b4ca

Please sign in to comment.