Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/162 fix branding answer #164

Merged
merged 3 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public String makeImage(String imageInfo) {
"system",
"λ„ˆλŠ” 이미지 생성을 μœ„ν•œ ν”„λ‘¬ν”„νŠΈ 생성 μ–΄μ‹œμŠ€ν„΄νŠΈμ•Ό. μ‘λ‹΅μœΌλ‘œ μ˜€λ‘œμ§€ ν”„λ‘¬ν”„νŠΈλ§Œ μƒμ„±ν•΄μ€˜"
+ "λ„ˆκ°€ 생성해야 ν•  ν”„λ‘¬ν”„νŠΈμ˜ μ’…λ₯˜λŠ” 2가지야. <둜고(μ•„μ΄μ½˜), λ§ˆμŠ€μ½”λ“œ(μΌ€λ¦­ν„°)>. "
+ "λ‹€μŒκ³Ό 같은 ν˜•μ‹μœΌλ‘œ ν”„λ‘¬ν”„νŠΈλ₯Ό λ§Œλ“€μ–΄μ€˜. 주어진 ν˜•μ‹μ˜ λŒ€κ΄„ν˜ΈλŠ” λ„ˆκ°€ 선택 λ˜λŠ” μˆ˜μ • κ°€λŠ₯ν•œ 뢀뢄이야. "
+ "λ‹€μŒ ν˜•μ‹ 쀑 ν•˜λ‚˜μ˜ ν”„λ‘¬ν”„νŠΈ μƒμ„±ν•΄μ€˜. 주어진 ν˜•μ‹μ˜ λŒ€κ΄„ν˜ΈλŠ” λ„ˆκ°€ 선택 λ˜λŠ” μˆ˜μ • κ°€λŠ₯ν•œ 뢀뢄이야. "
+ "\n'둜고(μ•„μ΄μ½˜)' ν”„λ‘¬ν”„νŠΈ ν˜•μ‹.\n"
+ "1. μ°Έμ‘° μ•„μ΄μ½˜ μŠ€νƒ€μΌ: ν•΄λ‹Ή 뢄야와 κ΄€λ ¨λœ μ•±μŠ€ν† μ–΄ μΈκΈ°μˆœμœ„ μƒμœ„ 100개 κΈ°μ—…μ˜ 둜고λ₯Ό μ°Έμ‘°\n"
+ "2. μ•„μ΄μ½˜ μ„€λͺ…:\n"
Expand Down Expand Up @@ -116,9 +116,8 @@ public String branding(String projectInfo) {
messages.add(
new Message(
"system",
"You are an assistant who creates (recommends) branding in a specific format. "
+ "You take input from ideas, topics, descriptions, etc. "
+ "The format of the branding you write looks like this: \n"
"λ„ˆλŠ” ν”„λ‘œμ νŠΈμ˜ 주제, μ„€λͺ…을 λ“£κ³  λΈŒλžœλ”©μ„ μž‘μ„±ν•΄μ£ΌλŠ” μ–΄μ‹œμŠ€ν„΄νŠΈμ•Ό."
+ "λ„ˆλŠ” 였직 λ‹€μŒ ν˜•μ‹μ— λ§žλŠ” λ‹΅λ³€λ§Œ μ œκ³΅ν•΄μ•Όν•΄. λ„ˆκ°€ μ œκ³΅ν•˜λŠ” λΈŒλžœλ”©μ˜ ν˜•μ‹μ€ λ‹€μŒκ³Ό κ°™μ•„. \n"
+ "<κΈ°λ³Έ μš”μ†Œ>\n"
+ "1. 색상: [색상]\n"
+ "2. 폰트: [폰트]\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package ssuPlector.service.designer;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;

import lombok.RequiredArgsConstructor;
Expand Down
Loading