Skip to content

Commit

Permalink
Merge pull request #22 from shinichi-takayanagi/0.2.0
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
shinichi-takayanagi committed May 22, 2023
2 parents 81d5e99 + bab9e20 commit f47fd00
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ Once you have installed oregpt, you can run it by typing:
$ oregpt
```

There are a few options:
```bash
$ oregpt --help
Usage: oregpt [OPTIONS]

Options:
-m, --model_name TEXT Model name in OpenAI (e.g, gpt-3.5-turbo, gpt-4)
-a, --assistant_role TEXT Role setting for Assistant (AI)
--help Show this message and exit.
```

## Supported commands on chat
Commands such as saving and loading conversations are available as the following:

Expand Down Expand Up @@ -64,6 +75,7 @@ character:
user:
name: Me
style: "#00BEFE"
role: "You are a chat bot"
assistant:
name: AI
style: "#87CEEB"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oregpt"
version = "0.1.3"
version = "0.2.0"
description = "A tiny GPT CLI tool"
authors = ["Shinichi Takayanagi <shinichi.takayanagi@gmail.com>"]
homepage = "https://github.com/shinichi-takayanagi/oregpt"
Expand Down

0 comments on commit f47fd00

Please sign in to comment.