issues
search
jodendaal
/
OpenAI.Net
OpenAI library for .NET
MIT License
126
stars
28
forks
source link
Как сменить модель на GPT35Turbo?
#75
Closed
MaKeSter333
closed
1 year ago
jodendaal
commented
1 year ago
You can specify the model in various ways.
If you are creating a Request object there is a property called Model on most reqeusts which you can set.
You can set the model when calling the extension methods. See
OpenAIDefaults.TextCompletionModel
You can set the default model by changing OpenAIDefaults.TextCompletionModel.
You can specify the model in various ways.