bobxia (@BBX)hermes接入deepseek遇到的奇怪问题 中发帖

似乎有这么一个问题:deepseek的API强制要求回传之前对话的thinking的内容 但是由于hermes本身没有涉及回传这个字段导致了会出现400报错 
❌ Non-retryable error (HTTP 400): HTTP 400: The reasoning_content in the thinking mode must be passed back to the API. 
⚠ Non-retryable error (HTTP 400) — trying fallback… 
⚠ Error code: 400 - {‘error’: {‘message’: ‘The reasoning_content in the thinking mode must be passed back to the API., ‘type’: ‘invalid_request_er...
 
 
Back to Top