Skip to content

Commit 190e1de

Browse files
Remove redundant chat_template_kwargs from api_models
Removed chat_template_kwargs from the API model.
1 parent 04a7714 commit 190e1de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightllm/server/api_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ class ChatCompletionRequest(BaseModel):
177177
ignore_eos: Optional[bool] = False
178178
role_settings: Optional[Dict[str, str]] = None
179179
character_settings: Optional[List[Dict[str, str]]] = None
180-
chat_template_kwargs: Optional[Dict[str, bool]] = None
181180

182181
# Class variables to store loaded default values
183182
_loaded_defaults: ClassVar[Dict[str, Any]] = {}

0 commit comments

Comments
 (0)