From 094807fb05b3a5d26031bcd56c56e6b1723ad92a Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Fri, 8 Dec 2023 17:43:25 +0200 Subject: [PATCH] change prompt to process inpus without product request --- .../Services/WishlistsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShoppingAssistantApi.Infrastructure/Services/WishlistsService.cs b/ShoppingAssistantApi.Infrastructure/Services/WishlistsService.cs index ddc2ec5..b4c5ab9 100644 --- a/ShoppingAssistantApi.Infrastructure/Services/WishlistsService.cs +++ b/ShoppingAssistantApi.Infrastructure/Services/WishlistsService.cs @@ -83,7 +83,7 @@ public class WishlistsService : IWishlistsService new OpenAiMessage { Role = OpenAiRole.System.RequestConvert(), - Content = "You will be provided with a general information about some product and your task is to generate general (not specific to any company or brand) chat name where recommendations on which specific product to buy will be given. Only name he product without adverbs and adjectives\nExamples:\n - Prompt: Hub For Macbook. Answer: Macbook Hub\n - Prompt: What is the best power bank for MacBook with capacity 20000 mAh and power near 20V? Answer: Macbook Powerbank" + Content = "You will be provided with a general information about some product and your task is to generate general (not specific to any company or brand) chat name where recommendations on which specific product to buy will be given. Only name he product without adverbs and adjectives. Limit the name length to 5 words\nExamples:\n - Prompt: Hub For Macbook. Answer: Macbook Hub\n - Prompt: What is the best power bank for MacBook with capacity 20000 mAh and power near 20V? Answer: Macbook Powerbank\nIf the information tells nothing about some product answer with short generic name" }, new OpenAiMessage {