File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ async def configure_openai():
4747 endpoint = os .environ ["AZURE_INFERENCE_ENDPOINT" ],
4848 credential = azure_credential ,
4949 credential_scopes = ["https://cognitiveservices.azure.com/.default" ],
50- model = "DeepSeek-R1"
50+ model = "DeepSeek-R1" ,
5151 )
5252
5353
Original file line number Diff line number Diff line change 118118 // Only show thoughts if they are more than just whitespace
119119 messageDiv . querySelector ( ".loading-bar" ) . style . display = "none" ;
120120 messageDiv . querySelector ( ".thoughts" ) . style . display = "block" ;
121- messageDiv . querySelector ( ".thoughts-content" ) . innerHTML = thoughts ;
121+ messageDiv . querySelector ( ".thoughts-content" ) . innerHTML = converter . makeHtml ( thoughts ) ;
122122 }
123123 } else {
124124 messageDiv . querySelector ( ".loading-bar" ) . style . display = "none" ;
You can’t perform that action at this time.
0 commit comments