Skip to content

Commit

Permalink
Update model configuration code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza authored Jan 21, 2025
1 parent 38579a0 commit 2ad41c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ The list of tested models and providers currently includes:
The following lines of code in [models.py](/blob/master/os_computer_use/models.py) define the default LLMs and providers:

```
vision_model = FireworksProvider(model_names["fireworks"]["llama3.2"])
action_model = FireworksProvider(model_names["fireworks"]["llama3.3"])
grounding_model = OSAtlasProvider()
vision_model = FireworksProvider("llama3.2")
action_model = FireworksProvider("llama3.3")
```

If you add a new model or provider, please make a PR to this repository!
Expand Down

0 comments on commit 2ad41c4

Please sign in to comment.