chore(*): Update style of thinking (#13319)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b7c11c1818
commit
1caa578771
2 changed files with 2 additions and 2 deletions
|
|
@ -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>"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue