old reference

This commit is contained in:
Adam Wilson
2025-08-16 19:08:21 -06:00
parent 1eadd81d77
commit a40c655334
-4
View File
@@ -93,10 +93,6 @@ def setup_test_environment():
def constants():
return Constants()
@pytest.fixture(scope="session")
def foundation_model():
return TextGenerationFoundationModel()
@pytest.fixture(scope="session")
def embedding_model():
return EmbeddingModel()