chore(*): Update style of thinking (#13319)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-02-07 14:06:35 +08:00
committed by GitHub
parent b7c11c1818
commit 1caa578771
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ from core.model_runtime.model_providers.__base.ai_model import AIModel
logger = logging.getLogger(__name__)
HTML_THINKING_TAG = (
'<details style="color:gray;background-color: #f5f5f5;padding: 8px;border-radius: 4px;" open> '
'<details style="color:gray;background-color: #f8f8f8;padding: 8px;border-radius: 4px;" open> '
"<summary> Thinking... </summary>"
)