Skip to content

Commit ab6a1c5

Browse files
committed
25.11.20
fork 레포지토리에 분기 후 첫 commit
1 parent 15fe8d7 commit ab6a1c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/webservice/algorithmchef/service/GeminiRecipeService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public List<GeminiRecipeResponse> recommendExpir(Long userPkId, List<String> ing
7373
7474
1. 위 재료들을 메인으로 활용하는 레시피 3가지를 추천해줘.
7575
2. 사용자의 알레르기 유발 재료는 절대 사용하지 마.
76-
3. 추가 구매가 필요한 재료를 최소화해줘.
76+
3. 사용자의 건강 목표에 반하는 레시피도 절대 추천하지 마.
77+
4. 추가 구매가 필요한 재료를 최소화해줘.
7778
""", ingredientStr);
7879

7980
return generateAndCallGemini(specificPrompt, profile, excludedTitles, false);

0 commit comments

Comments
 (0)