Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Databingo committed Sep 7, 2023
1 parent 982f02b commit 7ec4d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Download [binary file](https://github.com/Databingo/aih/releases) then type:
## Command list
| Command | Operation|
|------------|----------|
|. | Select AI mode of Bard/ChatGPT/Claude2/HuggingChat(Llama2)|
|. | Select AI mode of Bard/ChatGPT/Claude2/Llama2/Falcon180 |
|| Previous input|
|| Next input|
|<< | Start multiple lines input mode|
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ func main() {
fmt.Println(" ")
fmt.Println(" Welcome to Aih! ")
fmt.Println("--------------------------------------------------------------------------- ")
fmt.Println(" . Select AI mode of Bard/ChatGPT/Claude2/HuggingChat(Llama2)")
fmt.Println(" . Select AI mode of Bard/ChatGPT/Claude2/Llama2/Falcon180 ")
fmt.Println(" ↑ Previous input")
fmt.Println(" ↓ Next input")
fmt.Println(" << Start multiple lines input")
Expand Down

0 comments on commit 7ec4d5c

Please sign in to comment.