switched to qwen model, better prompt, easier parsing

This commit is contained in:
2024-10-02 19:33:14 -04:00
parent 9d25dd7d94
commit 26514e9fdd
4 changed files with 104 additions and 34 deletions

View File

@ -99,6 +99,8 @@
.thought-summary.tool_result { background-color: #27ae60; }
.thought-summary.think_more { background-color: #2980b9; }
.thought-summary.answer { background-color: #8e44ad; }
.thought-summary.reply { background-color: #f39c12; }
.thought-summary.thoughts { background-color: #f39c12; }
.thought-details {
display: none;
margin-left: 20px;