Skip to content

Commit

Permalink
docs: Add supported model list
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <[email protected]>
  • Loading branch information
retrage committed Mar 12, 2023
1 parent a3c4b6a commit 22d0481
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ fn div_u32(a: u32, b: u32) -> u32 {
}
```

## Supported Models

* ChatGPT: `gpt-3.5-turbo` (default)
* Text Completion: `text-davinci-003` (Specify `davinci` feature to enable it)

## License

gpt-macro is released under the MIT license.

0 comments on commit 22d0481

Please sign in to comment.