Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM committed Nov 5, 2024
1 parent 8f9d7aa commit 804a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brickllm/helpers/llm_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

from langchain.chat_models.base import BaseChatModel
from langchain_anthropic import ChatAnthropic
from langchain_community.llms import Ollama
from langchain_fireworks import ChatFireworks
from langchain_openai import ChatOpenAI
from langchain_community.llms import Ollama


def _get_model(model: Union[str, BaseChatModel]) -> BaseChatModel:
Expand Down

0 comments on commit 804a19f

Please sign in to comment.