Skip to content

Commit

Permalink
Remove unused using directives from Program.cs
Browse files Browse the repository at this point in the history
Removed the following using directives from `Program.cs`:
- `Azure.Identity`
- `Azure.Search.Documents.Indexes`
- `Microsoft.EntityFrameworkCore`
- `OpenAI`
- `OpenAI.Chat`
- `OpenAI.Embeddings`
- `Products.Endpoints`
- `Products.Memory`

These namespaces are no longer needed due to refactoring,
removal of dependencies, or changes in the application's
architecture.
  • Loading branch information
elbruno committed Dec 19, 2024
1 parent cdce087 commit e6415a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Products/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Azure.Identity;
using Azure.Search.Documents.Indexes;
using Microsoft.EntityFrameworkCore;
using OpenAI;
using OpenAI.Chat;
using OpenAI.Embeddings;
Expand Down

0 comments on commit e6415a7

Please sign in to comment.