diff --git a/Seasoned.Backend/Services/RecipeService.cs b/Seasoned.Backend/Services/RecipeService.cs index 4597379..4ebe622 100644 --- a/Seasoned.Backend/Services/RecipeService.cs +++ b/Seasoned.Backend/Services/RecipeService.cs @@ -22,7 +22,7 @@ public class RecipeService : IRecipeService public async Task GetEmbeddingAsync(string text) { - var model = _googleAI.GenerativeModel("text-embedding-004"); + var model = _googleAI.GenerativeModel("embedding-001"); var response = await model.EmbedContent(text);