Skip to content

Commit

Permalink
finish removing TimeoutSeconds (default is enough) and OpenAiApiBaseU…
Browse files Browse the repository at this point in the history
…rl (KoboldSharp is native-only now)
  • Loading branch information
dclipca committed Jan 22, 2025
1 parent 6ed1f7b commit eeff518
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ protected IntegrationTestBase(ITestOutputHelper output)
{
HttpClient = new HttpClient
{
BaseAddress = new Uri(TestConfig.NativeApiBaseUrl),
Timeout = TimeSpan.FromSeconds(TestConfig.TimeoutSeconds)
BaseAddress = new Uri(TestConfig.NativeApiBaseUrl)
},
BaseUrl = TestConfig.BaseUrl,
Logger = Logger,
Expand Down

0 comments on commit eeff518

Please sign in to comment.