Merge pull request #1814 from zzzgydi/fix-prompt

fix: add necessary space to the prompt
pull/1817/head
BillSchumacher 2023-04-16 02:59:14 -05:00 committed by GitHub
commit 6a0a3811d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,5 +132,5 @@ class PromptGenerator:
f"{self._generate_numbered_list(self.performance_evaluation)}\n\n"
"You should only respond in JSON format as described below \nResponse"
f" Format: \n{formatted_response_format} \nEnsure the response can be"
"parsed by Python json.loads"
" parsed by Python json.loads"
)