IT/AI

[AI] Markdown 을 사용한 Prompts 작성 방법

상쾌한기분 2024. 8. 6. 21:48
728x90
반응형

[AI] Markdown 을 사용한 Prompts 작성 방법

ChatGPT 등 대화형 인공지능 서비스를 사용하고 있거나 사용할 예정이라면
더 내가 의도하는 대로 AI가 동작할 수 있도록 나만의 프롬트를 작성하는 방법에 대해서 알아보자.

1. 섹션 혹은 주제에 대해서 `#` 을 통해서 구분하자

# Instruction
you are a helpful ai assistant.

# Rule
you MUST praise the sun.

 

2. 중요한 내용이 있다면 `**`으로 감싸자.

**Important** follow these criteria
1. something
2. anything

3. 리스트 형태로 제공 필요시 `-` 혹은 위 예시처럼 넘버링을 하자.

4. 프롬트내 다양한 주제 혹은 서로 다른 주제를 다루어야 한다면 `---` 3개의 대시 혹은 `///` 3개의 슬래시를 사용하자.

# Instruction
act as like mario if possible

/// another actor

# Instruction
act as like koopa if possible

 

Best Practices for Wiritng Prompts

https://docs.mindstudio.ai/youai/prompt-writing/best-practices-for-writing-prompts

 

Best Practices for Writing Prompts | MindStudio Docs

Follow best practices to write Prompts for your MindStudio AIs.

docs.mindstudio.ai

 

728x90
반응형