Update models in default files

3a8614db94ee2a170d048fd36f5d693981f7fbc3

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +6 -6Showing whitespace changes
default/content/presets/openai/Default.json+3 -3
@@ -1,7 +1,7 @@
1{1{
2 "chat_completion_source": "openai",2 "chat_completion_source": "openai",
3 "openai_model": "gpt-3.5-turbo",3 "openai_model": "gpt-4-turbo",
4 "claude_model": "claude-instant-v1",4 "claude_model": "claude-3-5-sonnet-20240620",
5 "windowai_model": "",5 "windowai_model": "",
6 "openrouter_model": "OR_Website",6 "openrouter_model": "OR_Website",
7 "openrouter_use_fallback": false,7 "openrouter_use_fallback": false,
@@ -9,7 +9,7 @@
9 "openrouter_group_models": false,9 "openrouter_group_models": false,
10 "openrouter_sort_models": "alphabetically",10 "openrouter_sort_models": "alphabetically",
11 "ai21_model": "j2-ultra",11 "ai21_model": "j2-ultra",
12 "mistralai_model": "mistral-medium-latest",12 "mistralai_model": "mistral-large-latest",
13 "custom_model": "",13 "custom_model": "",
14 "custom_url": "",14 "custom_url": "",
15 "custom_include_body": "",15 "custom_include_body": "",
default/content/settings.json+3 -3
@@ -610,9 +610,9 @@
610 }610 }
611 ]611 ]
612 },612 },
613 "wi_format": "[Details of the fictional world the RP is set in:\n{0}]\n",613 "wi_format": "{0}",
614 "openai_model": "gpt-3.5-turbo",614 "openai_model": "gpt-4-turbo",
615 "claude_model": "claude-instant-v1",615 "claude_model": "claude-3-5-sonnet-20240620",
616 "ai21_model": "j2-ultra",616 "ai21_model": "j2-ultra",
617 "windowai_model": "",617 "windowai_model": "",
618 "openrouter_model": "OR_Website",618 "openrouter_model": "OR_Website",