gpt: remove cycle models

This commit is contained in:
end-4
2024-04-02 18:48:08 +07:00
parent 413111df70
commit 360cb03975
2 changed files with 1 additions and 27 deletions
@@ -181,15 +181,6 @@ const GPTSettings = () => MarginRevealer({
hpack: 'fill',
className: 'sidebar-chat-settings-toggles',
children: [
ConfigToggle({
icon: 'cycle',
name: 'Cycle models',
desc: 'Helps avoid exceeding the API rate of 3 messages per minute.\nTurn this on if you message rapidly.',
initValue: GPTService.cycleModels,
onChange: (self, newValue) => {
GPTService.cycleModels = newValue;
},
}),
ConfigToggle({
icon: 'model_training',
name: 'Enhancements',