mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
Update AICompletionsHelper.cs
This commit is contained in:
parent
3d306f6177
commit
cacbaaecb6
@ -34,7 +34,7 @@ namespace AdvancedPaste.Helpers
|
|||||||
|
|
||||||
private string _openAIKey;
|
private string _openAIKey;
|
||||||
|
|
||||||
private string _modelName = "gpt-3.5-turbo-instruct";
|
private string _modelName = "gpt-4o-mini";
|
||||||
|
|
||||||
public bool IsAIEnabled => !string.IsNullOrEmpty(this._openAIKey);
|
public bool IsAIEnabled => !string.IsNullOrEmpty(this._openAIKey);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user