Skip to content

Commit

Permalink
Registering the correct services
Browse files Browse the repository at this point in the history
Fixes #294
  • Loading branch information
aaronpowell committed Nov 26, 2024
1 parent 136faeb commit e9c92fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

builder.Services.AddOutputCache();

builder.AddKeyedOllamaApiClient(ServiceKeys.Phi3);
builder.AddKeyedOllamaApiClient(ServiceKeys.Llama);
builder.AddKeyedOllamaSharpChatClient(ServiceKeys.Phi3);
builder.AddKeyedOllamaSharpChatClient(ServiceKeys.Llama);

var app = builder.Build();

Expand Down

0 comments on commit e9c92fe

Please sign in to comment.