Skip to content

Commit

Permalink
added azure openai to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 6, 2024
1 parent fe1ff8d commit c18f749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vision_agent/llm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .llm import LLM, OpenAILLM
from .llm import LLM, AzureOpenAILLM, OpenAILLM
2 changes: 1 addition & 1 deletion vision_agent/lmm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .lmm import LMM, LLaVALMM, OpenAILMM, get_lmm
from .lmm import LMM, AzureOpenAILMM, LLaVALMM, OpenAILMM, get_lmm

0 comments on commit c18f749

Please sign in to comment.