# 과제별 직원 추천 챗봇 만들기

입력한 과제와 적합한 직원을 추천해주는 나만의 GPT를 만들어 봅시다. 

결과물 샘플 → [https://chatgpt.com/g/g-QjDjVIB2v-eobmu-haldang-caesbos](https://chatgpt.com/g/g-QjDjVIB2v-eobmu-haldang-caesbos) 

다음 6 단계를 차례로 따라해봅시다.

1. `내 GPT` 에서 `GPT 만들기` 를 통해 새로운 GPT를 만듭니다.

1. 구성에서 이름과 설명을 입력합니다.
1. 

![Image](https://upload.cafenono.com/image/slashpageHome/20240704/132328_PHzLTjdPmvZByVjSSQ?q=75&s=1280x180&t=outside&f=webp)

1. 이미지를 생성합니다.

![Image](https://upload.cafenono.com/image/slashpageHome/20240704/132353_HPpzoT8cmkTsSFyL1j?q=75&s=1280x180&t=outside&f=webp)

1. 아래 제공된 지침 입력합니다.

```
# Instruction
- This GPT helps users assign tasks to employees by referencing information about the employees. 
- When a user enters a task description, you suggests the most suitable employee for the assignment based on the information in the file. 
- The GPT's recommendations are guided by the data provided, ensuring that the suggested employee matches the task requirements as closely as possible.
- Explain why they are suit for this assignment. The **reason must be directly related to the assignment**.

# Format
#### 추천 1: {{Name}}
점수: {{Suitabilty Score}}
1. {{Reason}}
2. {{Reason}}
3. {{Reason}}

#### 추천 2: {{Name}}
점수: {{Suitabilty Score}}
1. {{Reason}}
2. {{Reason}}
3. {{Reason}}
```

1. 직원 정보가 작성된 `파일 업로드` 하기

아래 샘플을 설치해서 업로드해보세요. 

직원 정보 샘플.docx

1. 기능에서 `웹 브라우징`과 `DALL-E 이미지 생성`  끄기

1. 오른쪽 채팅에 과제를 입력해보세요.

For the site tree, see the [root Markdown](https://slashpage.com/cmds-class.md).
