Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Marstal committed Dec 11, 2024
1 parent 776854f commit 47c517e
Show file tree
Hide file tree
Showing 63 changed files with 284 additions and 404 deletions.
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", "{5E1720F7-E91F-4D99-A580-4BF4768FD32E}"
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*{5e1720f7-e91f-4d99-a580-4bf4768fd32e}*SharedItemsImports = 13
src\Cellm.Models\Cellm.Models.projitems*{ae73b93e-ab99-41b9-8367-46eefd550cb8}*SharedItemsImports = 5
EndGlobalSection
EndGlobal
57 changes: 0 additions & 57 deletions src/Cellm.Models/Behaviors/BehaviorsServiceCollectionExtensions.cs

This file was deleted.

63 changes: 0 additions & 63 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.

This file was deleted.

6 changes: 0 additions & 6 deletions src/Cellm.Models/Providers/IProviderConfiguration.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/Cellm/AddIn/ArgumentParser.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text;
using Cellm.AddIn.Exceptions;
using Cellm.Models;
using Cellm.Models.Providers;
using ExcelDna.Integration;
using Microsoft.Extensions.Configuration;
using Microsoft.Office.Interop.Excel;
Expand Down
1 change: 1 addition & 0 deletions src/Cellm/AddIn/ExcelFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Cellm.AddIn.Exceptions;
using Cellm.Models;
using Cellm.Models.Prompts;
using Cellm.Models.Providers;
using Cellm.Services;
using Cellm.Services.Configuration;
using ExcelDna.Integration;
Expand Down
3 changes: 1 addition & 2 deletions src/Cellm/Cellm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.0.1-preview.1.24570.5" />
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="9.0.0-preview.9.24556.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0" />
Expand All @@ -52,6 +53,4 @@
</Content>
</ItemGroup>

<Import Project="..\Cellm.Models\Cellm.Models.projitems" Label="Shared" />

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Text.Json;
using Cellm.Models.Providers;
using MediatR;
using Microsoft.Extensions.Caching.Hybrid;
using Microsoft.Extensions.Options;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Cellm.Models.Behaviors;
using Cellm.Models.Providers;
using MediatR;
using Microsoft.Extensions.AI;
using Microsoft.Extensions.Options;
Expand Down
Loading

0 comments on commit 47c517e

Please sign in to comment.