mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:59:48 +00:00
Spelling
This commit is contained in:
parent
29263660fc
commit
aa1beb4340
@ -81,7 +81,7 @@ public sealed class ProviderSelfHosted(string hostname) : BaseProvider($"{hostna
|
|||||||
// Read the stream, line by line:
|
// Read the stream, line by line:
|
||||||
while(!streamReader.EndOfStream)
|
while(!streamReader.EndOfStream)
|
||||||
{
|
{
|
||||||
// Check if the token is cancelled:
|
// Check if the token is canceled:
|
||||||
if(token.IsCancellationRequested)
|
if(token.IsCancellationRequested)
|
||||||
yield break;
|
yield break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user