From 601288029dd7affa2115547a70c74b21d2003b66 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 11 Mar 2024 10:48:54 +0000 Subject: [PATCH] chore: update description and readme --- Cargo.toml | 2 +- README.md | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 048b566..03a122f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "aichat" version = "0.14.0" edition = "2021" authors = ["sigoden "] -description = "All in one CLI tool for 10+ AI platforms" +description = "All-in-one CLI tool for 10+ AI platforms" license = "MIT OR Apache-2.0" homepage = "https://github.com/sigoden/aichat" repository = "https://github.com/sigoden/aichat" diff --git a/README.md b/README.md index 4739e3d..e2b4508 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI](https://github.com/sigoden/aichat/actions/workflows/ci.yaml/badge.svg)](https://github.com/sigoden/aichat/actions/workflows/ci.yaml) [![Crates](https://img.shields.io/crates/v/aichat.svg)](https://crates.io/crates/aichat) -All in one CLI tool for 10+ AI platforms, including OpenAI, Gemini, Claude, Mistral, LocalAI, Ollama, VertexAI, Ernie, Qianwen... +All-in-one CLI tool for 10+ AI platforms, including OpenAI, Gemini, Claude, Mistral, LocalAI, Ollama, VertexAI, Ernie, Qianwen... Command Mode: @@ -32,14 +32,14 @@ For Windows Scoop user scoop install aichat ``` -For Android termux user +For Android Termux user ```sh pkg install aichat ``` -### Binaries for macOS, Linux, Windows +### Binaries for macOS, Linux, and Windows -Download it from [GitHub Releases](https://github.com/sigoden/aichat/releases), unzip and add aichat to your $PATH. +Download it from [GitHub Releases](https://github.com/sigoden/aichat/releases), unzip, and add aichat to your `$PATH`. ## Features - Support most of the LLM platforms @@ -50,7 +50,7 @@ Download it from [GitHub Releases](https://github.com/sigoden/aichat/releases), - LocalAI (free, local, vision) - Ollama (free, local) - Azure-OpenAI (paid) - - VertexAI: Gemini (paid, vision) + - VertexAI: Gemini-1/Gemini-1.5 (paid, vision) - Ernie (paid) - Qianwen (paid, vision) - Support [Command Mode](#command) and [Chat-REPL Mode](#chat-repl) @@ -72,7 +72,7 @@ On first launch, aichat will guide you through the configuration. ``` > No config file, create a new one? Yes > AI Platform: openai -> API Key: sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +> API Key: ``` Feel free to adjust the configuration according to your needs. @@ -382,12 +382,12 @@ Usage: .file ... [-- text...] ### `.set` - modify the configuration temporarily ``` -> .set temperature 1.2 -> .set compress_threshold 1000 -> .set dry_run true -> .set highlight false -> .set save false -> .set auto_copy true +.set temperature 1.2 +.set compress_threshold 1000 +.set dry_run true +.set highlight false +.set save false +.set auto_copy true ``` ### Roles