Skip to content

Commit

Permalink
Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongdongy committed May 6, 2023
1 parent 4a9a08a commit be12fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Provide a collection of third-party APIs that give public access to AI capabilit

| Category | Variant | Tested Models | Stream |
| :--------------- | :------------- | :----------------------- | :----: |
| Chat completions | - | `gpt-3.5-turbo`, `gpt-3.5-turbo-0301`, `text-davinci-003`, `text-davinci-002`, `code-davinci-002`[^note_3] | yes |
| Chat completions | - | `gpt-4`, `gpt-4-0314`, `gpt-3.5-turbo`, `gpt-3.5-turbo-0301`, `text-davinci-003`, `text-davinci-002`, `code-davinci-002`[^note_3] | yes |
| Completions | - | `gpt-3.5-turbo`, `gpt-3.5-turbo-0301`, `text-davinci-003` | yes |
| Edits | - | `text-davinci-edit-001`, `code-davinci-edit-001` | - |
| Images | Generations | `dall-e`[^note_1] | - |
Expand Down
2 changes: 1 addition & 1 deletion rust-ai/src/openai/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! | Category | Variant | Tested Models | Stream |
//! | :--------------- | :------------- | :----------------------- | :----: |
//! | Chat completions | - | `gpt-3.5-turbo`, `gpt-3.5-turbo-0301`, `text-davinci-003`, `text-davinci-002`, `code-davinci-002`[^note_3] | yes |ext-davinci-002`, `code-davinci-002` | yes |
//! | Chat completions | - | `gpt-4`, `gpt-4-0314`, `gpt-3.5-turbo`, `gpt-3.5-turbo-0301`, `text-davinci-003`, `text-davinci-002`, `code-davinci-002`[^note_3] | yes |ext-davinci-002`, `code-davinci-002` | yes |
//! | Completions | - | `gpt-3.5-turbo`, `gpt-3.5-turbo-0301`, `text-davinci-003` | yes | | yes |
//! | Edits | - | `text-davinci-edit-001`, `code-davinci-edit-001` | - |
//! | Images | Generations | `dall-e`[^note_1] | - |
Expand Down

0 comments on commit be12fbb

Please sign in to comment.