Commit 790cb5ad authored by Your Name's avatar Your Name

Add stop argument debug in REASONING MODE DEBUG

parent cd6a8aea
......@@ -2007,6 +2007,9 @@ async def chat_completions(request: ChatCompletionRequest, http_request: Request
print(f"{'='*60}")
print(f"force_reasoning CLI args: {force_reasoning_args}")
print(f"enable_thinking API param: {enable_thinking_api}")
# Debug stop sequences if available
if 'raw_stop_sequences' in locals():
print(f"stop argument for chat call: {raw_stop_sequences}")
# Get model family for reasoning tokens
model_family = get_model_family(request.model)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment