When will gpt-4 and GPT-4-32K be supported #165
traitors09
started this conversation in
General
Replies: 2 comments 1 reply
-
What do you mean? The library supports new models, but you can't use them unless openAI gave you access. Did you join the waiting list? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I saw that ChatGPT-4 support was not checked in the Features and assumed it was unfinished |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When will gpt-4 and GPT-4-32K be supported?
` ///
/// More capable than any GPT-3.5 model, able to do more complex tasks, and optimized for chat. Will be updated with
/// our latest model iteration.
/// 8,192 tokens Up to Sep 2021
///
public static string Gpt4 => "gpt-4";
Beta Was this translation helpful? Give feedback.
All reactions