Skip to content

Commit 06b0bca

Browse files
committed
add
1 parent 7cdddbf commit 06b0bca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mock_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ class Parameters(BaseModel):
122122
logprobs: Optional[bool] = None
123123
top_logprobs: Optional[int] = None
124124

125-
stop: Optional[Union[str, List[str]]] = None
125+
stop: Optional[Union[str, List[Union[str, int]]]] = None
126+
126127
stop_words: Optional[List[Dict[str, Any]]] = None
127128
enable_thinking: bool = False
128129
thinking_budget: Optional[int] = None

0 commit comments

Comments
 (0)