Added validate_environment=False to tests

This commit is contained in:
Paul Gauthier 2024-04-20 08:17:50 -07:00
parent 6863b47e6a
commit 9b26eeb9eb
7 changed files with 19 additions and 17 deletions

View file

@ -14,7 +14,7 @@ from aider.models import Model
class TestUtils(unittest.TestCase):
def setUp(self):
self.GPT35 = Model("gpt-3.5-turbo")
self.GPT35 = Model("gpt-3.5-turbo", validate_environment=False)
# fuzzy logic disabled v0.11.2-dev
def __test_replace_most_similar_chunk(self):