Update models in default files

This commit is contained in:
Cohee 2024-08-01 00:53:45 +03:00
parent 21d074aa46
commit 3a8614db94
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"chat_completion_source": "openai",
"openai_model": "gpt-3.5-turbo",
"claude_model": "claude-instant-v1",
"openai_model": "gpt-4-turbo",
"claude_model": "claude-3-5-sonnet-20240620",
"windowai_model": "",
"openrouter_model": "OR_Website",
"openrouter_use_fallback": false,
@ -9,7 +9,7 @@
"openrouter_group_models": false,
"openrouter_sort_models": "alphabetically",
"ai21_model": "j2-ultra",
"mistralai_model": "mistral-medium-latest",
"mistralai_model": "mistral-large-latest",
"custom_model": "",
"custom_url": "",
"custom_include_body": "",

View File

@ -610,9 +610,9 @@
}
]
},
"wi_format": "[Details of the fictional world the RP is set in:\n{0}]\n",
"openai_model": "gpt-3.5-turbo",
"claude_model": "claude-instant-v1",
"wi_format": "{0}",
"openai_model": "gpt-4-turbo",
"claude_model": "claude-3-5-sonnet-20240620",
"ai21_model": "j2-ultra",
"windowai_model": "",
"openrouter_model": "OR_Website",