Replies: 1 comment 1 reply
-
Do you have access to GPT_4? It is only available for a limited number of users who received an invitation. |
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.
-
Hello friends!
Why doesn't it return anything in this code?
var completionResult = await openAiService.ChatCompletion.CreateCompletion(new ChatCompletionCreateRequest
{
Messages = Mensagens,
Model = OpenAI.GPT3.ObjectModels.Models.Gpt_4,
//MaxTokens = 50//optional
});
if i change to
it works perfectly!
Beta Was this translation helpful? Give feedback.
All reactions