Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Sep 1, 2024
1 parent cbd8d68 commit 5d1c2f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ElevenLabs-DotNet-Tests/AbstractTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected AbstractTestFixture()
var settings = new ElevenLabsClientSettings(domain: domain);
var auth = new ElevenLabsAuthentication(TestUserToken);
ElevenLabsClient = new ElevenLabsClient(auth, settings, HttpClient);
ElevenLabsClient.EnableDebug = true;
// ElevenLabsClient.EnableDebug = true;
}
}
}
2 changes: 0 additions & 2 deletions ElevenLabs-DotNet/ElevenLabsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
using ElevenLabs.VoiceGeneration;
using ElevenLabs.Voices;
using System;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Authentication;
using System.Text.Json;
using System.Text.Json.Serialization;
Expand Down

0 comments on commit 5d1c2f4

Please sign in to comment.