Skip to content

Commit

Permalink
Merge pull request #872 from chakaponi/fix/improve-prompts-caching
Browse files Browse the repository at this point in the history
perf: ⚡ Optimize prompt for better caching
  • Loading branch information
surapuramakhil authored Nov 18, 2024
2 parents 0330af9 + e18e2e6 commit e038183
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ai_hawk/llm/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,17 +262,17 @@
- Do not include any introductions, explanations, or additional information.
- The letter should be formatted into paragraph.
## My resume:
```
{resume}
```
## Company Name:
{company}
## Job Description:
```
{job_description}
```
## My resume:
```
{resume}
```
"""

numeric_question_template = """
Expand Down Expand Up @@ -432,10 +432,10 @@
is_relavant_position_template = """
Evaluate whether the provided resume meets the requirements outlined in the job description. Determine if the candidate is suitable for the job based on the information provided.
Job Description: {job_description}
Resume: {resume}
Job Description: {job_description}
Instructions:
1. Extract the key requirements from the job description, identifying hard requirements (must-haves) and soft requirements (nice-to-haves).
2. Identify the relevant qualifications from the resume.
Expand Down

0 comments on commit e038183

Please sign in to comment.