Chat Completion: Reduce number of toggles in AI Response Configuration (#4821)
* Chat Completion: Reduce number of toggles in AI Response Configuration * Consolidate migration logic * Don't enable media inlining if image inlining was disabled * Fix icons showing on media toggle off * Update i18n
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
"repetition_penalty": 1,
|
||||
"openai_max_context": 4095,
|
||||
"openai_max_tokens": 300,
|
||||
"wrap_in_quotes": false,
|
||||
"names_behavior": 0,
|
||||
"send_if_empty": "",
|
||||
"impersonation_prompt": "[Write your next reply from the point of view of {{user}}, using the chat history so far as a guideline for the writing style of {{user}}. Don't write as {{char}} or system. Don't describe actions of {{char}}.]",
|
||||
@@ -231,9 +230,8 @@
|
||||
"show_external_models": false,
|
||||
"assistant_prefill": "",
|
||||
"assistant_impersonation": "",
|
||||
"claude_use_sysprompt": false,
|
||||
"squash_system_messages": false,
|
||||
"image_inlining": false,
|
||||
"use_sysprompt": false,
|
||||
"media_inlining": true,
|
||||
"bypass_status_check": false,
|
||||
"continue_prefill": false,
|
||||
"continue_postfix": " ",
|
||||
|
||||
@@ -463,7 +463,6 @@
|
||||
"stream_openai": true,
|
||||
"openai_max_context": 4095,
|
||||
"openai_max_tokens": 300,
|
||||
"wrap_in_quotes": false,
|
||||
"prompts": [
|
||||
{
|
||||
"name": "Main Prompt",
|
||||
|
||||
Reference in New Issue
Block a user