Update AICompletionsHelper.cs

This commit is contained in:
WeOneGuy 2024-11-10 23:57:02 +03:00 committed by GitHub
parent 3d306f6177
commit cacbaaecb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ namespace AdvancedPaste.Helpers
private string _openAIKey;
private string _modelName = "gpt-3.5-turbo-instruct";
private string _modelName = "gpt-4o-mini";
public bool IsAIEnabled => !string.IsNullOrEmpty(this._openAIKey);