Skip to content

Commit

Permalink
remove BaseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca committed Jan 24, 2025
1 parent 0dcb062 commit f5c5363
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public IntegrationTests(ITestOutputHelper output) : base(output)
{
Client = new LmStudioSharpClient(new LmStudioClientOptions()
{
BaseUrl = TestConfig.NativeApiBaseUrl,
HttpClient = new HttpClient
{
BaseAddress = new Uri(TestConfig.NativeApiBaseUrl),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<TargetFrameworks>net8.0;net6.0;net7.0</TargetFrameworks>
<Version>0.3.8.2</Version>
<Version>0.3.8.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion SpongeEngine.LMStudioSharp.Tests/Unit/UnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public UnitTests(ITestOutputHelper output) : base(output)
{
Client = new LmStudioSharpClient(new LmStudioClientOptions()
{
BaseUrl = Server.Urls[0],
HttpClient = new HttpClient
{
BaseAddress = new Uri(Server.Urls[0]),
Expand Down
4 changes: 2 additions & 2 deletions SpongeEngine.LMStudioSharp/SpongeEngine.LMStudioSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Package Info -->
<PackageId>SpongeEngine.LMStudioSharp</PackageId>
<Title>LMStudioSharp</Title>
<Version>0.3.8.2</Version>
<Version>0.3.8.3</Version>
<Authors>Dan Clipca</Authors>
<Company>Sponge Engine</Company>
<Description>C# client for LM Studio native API.</Description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Polly" Version="8.5.1" />
<PackageReference Include="SpongeEngine.LLMSharp.Core" Version="1.1.2" />
<PackageReference Include="SpongeEngine.LLMSharp.Core" Version="2.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>

Expand Down

0 comments on commit f5c5363

Please sign in to comment.