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

블로그 마케팅 리소스 생성 기능 #24

Open
loveysuby opened this issue Jul 23, 2024 · 0 comments
Open

블로그 마케팅 리소스 생성 기능 #24

loveysuby opened this issue Jul 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@loveysuby
Copy link
Member

블로그 마케팅 리소스 생성을 위한 LLM Client 기능을 구현합니다.

블로그 리소스는 아래와 같이 정의됩니다.

  1. 발행할 컨텐츠의 이미지 수를 설정합니다. (최소 1장 이상)
  2. 발행할 컨텐츠의 텍스트 문단 수를 설정합니다. (최소 0개 이상)
  3. 블로그 게시글 형태의 컨텐츠를 생성하는 Prompt 구현체
  • 다수 컨텐츠 요청의 결과는 각 장표 필드에서 얻은 이미지 + (텍스트 문단)을 하나의 컨텐츠로 반환합니다.
  • 텍스트 생성 시 여러 장의 장표를 생성할 수록 문장의 맥락이 구체화되어야 합니다. (기승전결의 흐름을 이룸)
  • 다수 컨텐츠 요청은 비동기 요청으로 ML Model 서비스를 의존해야 합니다. 모든 응답을 수신한 후 Client에 응답을 반환합니다.
@loveysuby loveysuby added the enhancement New feature or request label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant