From 0b2c1ecbd2b58ffdfe2c00ca86edf744cc16591c Mon Sep 17 00:00:00 2001 From: Ata ALTINOK <76267665+ataltinok@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:35:05 +0300 Subject: [PATCH] Minor fix Removed duplicate string --- src/strings.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/strings.py b/src/strings.py index d565167..6b35dc1 100644 --- a/src/strings.py +++ b/src/strings.py @@ -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.