-
Notifications
You must be signed in to change notification settings - Fork 230
Open
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"
Metadata
Metadata
Assignees
Labels
No labels