O1 模型支持流式输出

This commit is contained in:
RockYang
2025-01-06 11:56:29 +08:00
parent a7baf1dc9e
commit cffc722622
10 changed files with 86 additions and 202 deletions

View File

@@ -85,4 +85,8 @@
--van-tabbar-background: #141a36;
--van-nav-bar-background: #1B244A;
--van-dropdown-menu-background: #141a36;
//
--quote-bg-color: #1F243F;
--quote-text-color: #fff;
}

View File

@@ -48,6 +48,10 @@
// code
--code-bg-color: #ececec;
--code-text-color: var(--el-color-primary);
//
--quote-bg-color: #e0dfff;
--quote-text-color: #333;
}