Skip to content

Commit

Permalink
Merge pull request #958 from rishabgit/main
Browse files Browse the repository at this point in the history
docs: adds gpt-3.5-turbo-1106 in supported models
  • Loading branch information
ishaan-jaff authored Nov 30, 2023
2 parents 9331f67 + 5693626 commit f7da28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/my-website/docs/providers/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ os.environ["OPENAI_API_BASE"] = "openaiai-api-base" # OPTIONAL
| Model Name | Function Call |
|-----------------------|-----------------------------------------------------------------|
| gpt-4-1106-preview | `response = completion(model="gpt-4-1106-preview", messages=messages)` |
| gpt-3.5-turbo-1106 | `response = completion(model="gpt-3.5-turbo-1106", messages=messages)` |
| gpt-3.5-turbo | `response = completion(model="gpt-3.5-turbo", messages=messages)` |
| gpt-3.5-turbo-0301 | `response = completion(model="gpt-3.5-turbo-0301", messages=messages)` |
| gpt-3.5-turbo-0613 | `response = completion(model="gpt-3.5-turbo-0613", messages=messages)` |
Expand Down

0 comments on commit f7da28e

Please sign in to comment.