Skip to content

Commit

Permalink
chore: release v0.16.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Apr 11, 2024
1 parent 4a88a3d commit a3f63a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aichat"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "All-in-one chat and copilot CLI that integrates 10+ AI platforms"
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ aichat -s session1 --info # Session info

cat data.toml | aichat -c to json > data.json # Pipe stdio/stdout

aicaht -f data.toml -c to json > data.json # Attach files
aichat -f data.toml -c to json > data.json # Attach files

aichat -f a.png -f b.png diff images # Attach images
```
Expand Down Expand Up @@ -420,7 +420,7 @@ For example, we can define a role:
Do not provide explanations.
```

Let ChatGPT answer questions in the role of a Linux shell expert.
Let LLM answer questions in the role of a Linux shell expert.

```
> .role shell
Expand All @@ -430,15 +430,6 @@ mkdir /tmp/app
unzip -P PASSWORD app.zip -d /tmp/app
```

Aichat with roles will be a universal tool.

```
$ aichat --role shell -c extract encrypted zipfile app.zip to /tmp/app
unzip -P password app.zip -d /tmp/app
$ cat README.md | aichat --role spellcheck
```

For more details about roles, please visit [Role Guide](https://github.com/sigoden/aichat/wiki/Role-Guide).

## License
Expand Down

0 comments on commit a3f63a5

Please sign in to comment.