Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh committed Nov 20, 2023
1 parent 0f8ff35 commit 522299e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ ask hello
Ask with more options via `askchat`:
```bash
# ask with a specific model
askchat hello -m "gpt-4"
askchat hello -m "baichuan2" --base_url "localhost:8000"
```

Generate config file for default options:
```bash
askchat --generate-config
```

Other options:
Expand All @@ -32,6 +37,8 @@ Other options:
askchat -v
# Get debug log
askchat --debug
# get valid models
# get valid models that contains "gpt"
askchat --valid-models
# get all valid models
askchat --all-valid-models
```

0 comments on commit 522299e

Please sign in to comment.