Merge pull request #2417 from caetanominuzzo/fix-typo-in-base_coder

fix: Correct typo in base_coder by removing duplicate 'in'
This commit is contained in:
paul-gauthier 2024-11-21 09:36:34 -08:00 committed by GitHub
commit ce68062290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -962,7 +962,7 @@ class Coder:
if self.chat_language:
language = self.chat_language
else:
language = "in the same language they are using"
language = "the same language they are using"
prompt = prompt.format(
fence=self.fence,