2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+252 -2
View File
@@ -1,5 +1,5 @@
[![Resume Prompt Generator](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/realistic/real_1.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225znfgDW5ejwuByctQjgqU%22%2C%22flow%22%3Atrue%7D%7D)
# Resume Prompt Generator | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225znfgDW5ejwuByctQjgqU%22%2C%22flow%22%3Atrue%7D%7D)
A super helpful resume prompt generator that will help you in enhancing your prompt skills and utilize the resume prompt generator for building an awesome resume.
@@ -11,6 +11,257 @@ Consider the sections Personal, Summary or Objective, Experience, Education, Ce
{{ topic }}
```
## Welcome Message
Here are some prompts in JSON format for each section of an ATS-friendly resume:
Personal:
```
{
"prompt": "What is your full name?",
"type": "text"
},
{
"prompt": "What is your current location?",
"type": "text"
},
{
"prompt": "What is your email address?",
"type": "email"
},
{
"prompt": "What is your phone number?",
"type": "tel"
}
```
Summary or Objective:
```
{
"prompt": "What is your career objective or summary?",
"type": "textarea"
}
```
Experience:
```
{
"prompt": "What is your most recent work experience?",
"type": "textarea"
},
{
"prompt": "What are your specific responsibilities and achievements in this role?",
"type": "textarea"
}
```
Education:
```
{
"prompt": "What is your highest degree achieved?",
"type": "text"
},
{
"prompt": "What is the name of the institution you attended?",
"type": "text"
},
{
"prompt": "What was your field of study?",
"type": "text"
},
{
"prompt": "What was your graduation date?",
"type": "date"
}
```
Certifications:
```
{
"prompt": "What certifications do you possess?",
"type": "textarea"
}
```
Skills:
```
{
"prompt": "What technical skills do you have?",
"type": "textarea"
},
{
"prompt": "What soft skills do you possess?",
"type": "textarea"
}
```
Awards & Accomplishments:
```
{
"prompt": "Have you received any awards or recognition?",
"type": "textarea"
}
```
Hobbies:
```
{
"prompt": "What are your hobbies or interests?",
"type": "textarea"
}
```
Extracurricular Activities & Projects:
```
{
"prompt": "What extracurricular activities have you participated in?",
"type": "textarea"
},
{
"prompt": "Have you completed any personal projects? If so, please describe them.",
"type": "textarea"
}
```
Voluntary Work:
```
{
"prompt": "Have you done any volunteer work? If so, please describe your experience.",
"type": "textarea"
}
```
Languages:
```
{
"prompt": "What languages are you proficient in?",
"type": "textarea"
}
```
## Conversation
**ASSISTANT**: Here are some prompts in JSON format for each section of an ATS-friendly resume:
@@ -263,4 +514,3 @@ Languages:
```