Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Cellm.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cellm", "src\Cellm\Cellm.cs
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cellm.Tests", "src\Cellm.Tests\Cellm.Tests.csproj", "{A2E6E336-7F53-45B6-B03F-FE7681FFE8F2}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Cellm.Models", "src\Cellm.Models\Cellm.Models.shproj", "{E78A1255-A4F5-4FD1-9546-4B5677E7ED54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -30,8 +28,4 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44E1ACC9-691B-4A19-BAE9-2A1033F12FB0}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Cellm.Models\Cellm.Models.projitems*{ae73b93e-ab99-41b9-8367-46eefd550cb8}*SharedItemsImports = 5
src\Cellm.Models\Cellm.Models.projitems*{e78a1255-a4f5-4fd1-9546-4b5677e7ed54}*SharedItemsImports = 13
EndGlobalSection
EndGlobal
41 changes: 0 additions & 41 deletions src/Cellm.Models/Cellm.Models.projitems

This file was deleted.

13 changes: 0 additions & 13 deletions src/Cellm.Models/Cellm.Models.shproj

This file was deleted.

9 changes: 0 additions & 9 deletions src/Cellm.Models/Providers/IModelRequest.cs

This file was deleted.

11 changes: 0 additions & 11 deletions src/Cellm.Models/Providers/IModelResponse.cs

This file was deleted.

105 changes: 0 additions & 105 deletions src/Cellm.Models/Resilience/ResiliencePipelineConfigurator.cs

This file was deleted.

45 changes: 0 additions & 45 deletions src/Cellm.Models/Resilience/RetryPipelineHelpers.cs

This file was deleted.

2 changes: 0 additions & 2 deletions src/Cellm/Cellm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<Import Project="..\Cellm.Models\Cellm.Models.projitems" Label="Shared" />
</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using ModelContextProtocol.Protocol.Transport;

namespace Cellm.Models.Providers;
namespace Cellm.Models.Providers;

public class ProviderConfiguration : IProviderConfiguration
{
Expand Down
File renamed without changes.
File renamed without changes.