From 39d1c6f858f95f1193e6a0738bedccb59dc33709 Mon Sep 17 00:00:00 2001 From: Anurag Bhagsain Date: Sun, 28 Jan 2024 00:28:28 +0530 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=9A=92=EF=B8=8F=20release=201.3.?= =?UTF-8?q?0=20with=20model=20version=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 001918c..5efb31a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $ npm install -g @abhagsain/ai-cli $ ai COMMAND running command... $ ai (--version) -@abhagsain/ai-cli/1.2.3 darwin-x64 node-v14.18.3 +@abhagsain/ai-cli/1.3.0 darwin-arm64 node-v18.0.0 $ ai --help [COMMAND] USAGE $ ai COMMAND @@ -106,7 +106,7 @@ EXAMPLES $ ai ask "Check running process on port 3000" ``` -_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/ask.ts)_ +_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.3.0/dist/commands/ask.ts)_ ## `ai auth` @@ -123,7 +123,7 @@ EXAMPLES $ ai auth (Follow the prompt) ``` -_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/auth.ts)_ +_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.3.0/dist/commands/auth.ts)_ ## `ai autocomplete [SHELL]` @@ -189,7 +189,7 @@ EXAMPLES $ ai model (Follow the prompt) ``` -_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/model.ts)_ +_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.3.0/dist/commands/model.ts)_ ## `ai update [CHANNEL]`