e2b-dev / e2b-dev/open-computer-use
Error when using Deepseek
@mishushakov is already working on this.
Since May 16, 2025.
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
error message :
An error occurred: Failed to deserialize the JSON body into the target type: messages[1]: data did not match any variant of untagged enum ChatCompletionRequestContent at line 1 column 14813
config.py:
from os_computer_use import providers
grounding_model = providers.DeepSeekProvider("deepseek-chat")
vision_model = providers.DeepSeekProvider("deepseek-chat")
action_model = providers.DeepSeekProvider("deepseek-chat")
run:
poetry run start --prompt "use the web browser to get the current weather in shanghai"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.