Skip to content

Commit

Permalink
Moved test to where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
Obs01ete committed Jun 17, 2023
1 parent 270ee55 commit 644bebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


@parametrize
def test_openai_model(model):
def test_model_factory(model):
model_config_dict = ChatGPTConfig().__dict__
model_inst = ModelFactory.create(model, model_config_dict)
messages = [
Expand Down

0 comments on commit 644bebe

Please sign in to comment.