mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
chatgpt: change default temperature
This commit is contained in:
parent
d56860c527
commit
223b4faf4d
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class ChatGPTService extends Service {
|
|||
_assistantPrompt = true;
|
||||
_messages = [];
|
||||
_cycleModels = true;
|
||||
_temperature = 0.5;
|
||||
_temperature = 0.9;
|
||||
_requestCount = 0;
|
||||
_modelIndex = 0;
|
||||
_key = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue