Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzcarey committed Jul 20, 2023
1 parent b595f6f commit 43c663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/test_model_factory.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest

from genoss.llm.fake_llm import FAKE_LLM_NAME, FakeLLM
from genoss.llm.local.gpt4all_llm import Gpt4AllLLM
from genoss.llm.local.gpt4all import Gpt4AllLLM
from genoss.llm.openai.openai_llm import OpenAILLM
from genoss.services.model_factory import ModelFactory

Expand Down

0 comments on commit 43c663a

Please sign in to comment.