Skip to content

Commit f06f71b

Browse files
committed
resolve conflict
2 parents 71ef4fb + 58fe126 commit f06f71b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

services/net/auto-clipper/AutoClipperService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ protected override IServiceCollection ConfigureServices(IServiceCollection servi
6666
}
6767
#endregion
6868
}
69-

services/net/auto-clipper/Azure/AzureSpeechTranscriptionService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
using System.Xml;
1010
using Azure.Storage.Blobs;
1111
using Azure.Storage.Sas;
12+
using System.Globalization;
13+
using Microsoft.CognitiveServices.Speech;
14+
using Microsoft.CognitiveServices.Speech.Audio;
1215
using Microsoft.Extensions.Logging;
1316
using Microsoft.Extensions.Options;
1417
using TNO.Services.AutoClipper.Config;

services/net/auto-clipper/Config/AutoClipperOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public class AutoClipperOptions : ServiceOptions
2424
public int AzureSpeechMaxRetries { get; set; } = 3;
2525
public int AzureSpeechRetryDelaySeconds { get; set; } = 5;
2626

27-
2827
public string LlmApiUrl { get; set; } = "";
2928
public string LlmApiKey { get; set; } = "";
3029
public string LlmModel { get; set; } = "";

services/net/auto-clipper/Config/Stations/CKNW.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ heuristics:
8383
- pattern: "(?i)weather update"
8484
weight: 0.55
8585
category: Weather
86-
note: Weather hits are their own segments
86+
note: Weather hits are their own segments

services/net/auto-clipper/TNO.Services.AutoClipper.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@
4141
</ItemGroup>
4242

4343
</Project>
44-

0 commit comments

Comments
 (0)