Skip to content

Commit

Permalink
Add DeepSeek provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza committed Jan 9, 2025
1 parent 0b36999 commit dfda27f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions os_computer_use/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ class FireworksProvider(LLMProvider):
api_key = os.getenv("FIREWORKS_API_KEY")


class DeepSeekProvider(LLMProvider):
base_url = "https://api.deepseek.com"
api_key = os.getenv("DEEPSEEK_API_KEY")


# Define the models to use in the agent

grounding_model = OSAtlasProvider()
Expand Down

0 comments on commit dfda27f

Please sign in to comment.