-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Can´t use DeepSeek API #2995
Copy link
Copy link
Closed
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:modelsModel selection, availability, switching, rate limits, and model-specific behaviorModel selection, availability, switching, rate limits, and model-specific behavior
Description
Activity
Metadata
Metadata
Assignees
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:modelsModel selection, availability, switching, rate limits, and model-specific behaviorModel selection, availability, switching, rate limits, and model-specific behavior
Describe the bug
When I run the following command:
When I make a question to the copilot, I get this answer back:
I confirm that the DeepSeek API needs the entire reasoning_content field to be returned back to the API every time. In my own code I had the same problem and could rapidly fix the issue by sending back the the entire conversation.
Affected version
No response
Steps to reproduce the behavior
I run the following command:
Ensure to have a valid api key for the DeepSeek endpoint
Expected behavior
I expect the request to be fulfilled.
Additional context
No response