Minor fix

Removed duplicate string
This commit is contained in:
Ata ALTINOK 2024-08-26 00:35:05 +03:00 committed by GitHub
parent 812c9314cb
commit 0b2c1ecbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,24 +14,6 @@ Personal Information: {resume_section}
Question: {question}
"""
# Personal Information Template
personal_information_template = """
Answer the following question based on the provided personal information.
## Rules
- Answer questions directly.
## Example
My resume: John Doe, born on 01/01/1990, living in Milan, Italy.
Question: What is your city?
Milan
Personal Information: {resume_section}
Question: {question}
"""
# Self Identification Template
self_identification_template = """
Answer the following question based on the provided self-identification details.