We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441d6b5 commit c70f7cbCopy full SHA for c70f7cb
vllm/entrypoints/openai/tool_parsers/minimax_m2_tool_parser.py
@@ -2,12 +2,11 @@
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3
4
import json
5
+import re
6
import uuid
7
from collections.abc import Sequence
8
from typing import Any
9
-import regex as re
10
-
11
from vllm.entrypoints.openai.protocol import (
12
ChatCompletionRequest,
13
DeltaFunctionCall,
0 commit comments