Skip to content

Commit

Permalink
changed lmm to llm (#123)
Browse files Browse the repository at this point in the history
* changed lmm to llm

* update lock file
  • Loading branch information
dillonalaird authored Jun 10, 2024
1 parent d140e98 commit 21cbae9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ import vision_agent as va
import vision_agent.tools as T
agent = va.agent.VisionAgent(
planner=va.llm.AzureOpenAILLM(),
coder=va.lmm.AzureOpenAILMM(),
tester=va.lmm.AzureOpenAILMM(),
debugger=va.lmm.AzureOpenAILMM(),
coder=va.lmm.AzureOpenAILLM(),
tester=va.lmm.AzureOpenAILLM(),
debugger=va.lmm.AzureOpenAILLM(),
tool_recommender=va.utils.AzureSim(T.TOOLS_DF, sim_key="desc"),
)
```
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ import vision_agent as va
import vision_agent.tools as T
agent = va.agent.VisionAgent(
planner=va.llm.AzureOpenAILLM(),
coder=va.lmm.AzureOpenAILMM(),
tester=va.lmm.AzureOpenAILMM(),
debugger=va.lmm.AzureOpenAILMM(),
coder=va.lmm.AzureOpenAILLM(),
tester=va.lmm.AzureOpenAILLM(),
debugger=va.lmm.AzureOpenAILLM(),
tool_recommender=va.utils.AzureSim(T.TOOLS_DF, sim_key="desc"),
)
```
70 changes: 35 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21cbae9

Please sign in to comment.