in the AI era, the docs are the real source code. The stuff you push to the repo? That's the new compiled output—nobody's reading that, not even the dog. 🐶
I'm following the guide on the deepseek website, api-docs deepseek @deepseek_ai
For using the deepseek models through claude code, but it doesn't appear to be working?
I keep getting:
deepseek API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant `system`, expected `user` or `assistant` at line 1 column 8439
What do I do?
Found the solution, you need to downgrade to 2.1.148
New update broke deepseek on claude. Should fix:
npm install -g @anthropic-ai/[email protected]@AnthropicAI
I'm following the guide on the deepseek website, api-docs deepseek @deepseek_ai
For using the deepseek models through claude code, but it doesn't appear to be working?
I keep getting:
deepseek API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant `system`, expected `user` or `assistant` at line 1 column 8439
What do I do?
Found the solution, you need to downgrade to 2.1.148
New update broke deepseek on claude. Should fix:
npm install -g @anthropic-ai/[email protected]@AnthropicAI
I'm following the guide on the deepseek website, api-docs deepseek @deepseek_ai
For using the deepseek models through claude code, but it doesn't appear to be working?
I keep getting:
deepseek API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant `system`, expected `user` or `assistant` at line 1 column 8439
What do I do?
Found the solution, you need to downgrade to 2.1.148
New update broke deepseek on claude. Should fix:
npm install -g @anthropic-ai/[email protected]@AnthropicAI
早上把 Claude code cli 升级到最新版,然后接入 @deepseek_ai ,一直报错
deepseek API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant `system`, expected `user` or `assistant` at line 1 column 8439
回退到旧版本好了
@deepseek_ai 帮看看
早上把 Claude code cli 升级到最新版,然后接入 @deepseek_ai ,一直报错
deepseek API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant `system`, expected `user` or `assistant` at line 1 column 8439
回退到旧版本好了
@deepseek_ai 帮看看