feat(core): Support max output tokens parameter (#2218)

This commit is contained in:
Fangyin Cheng
2024-12-18 17:19:18 +08:00
committed by GitHub
parent b05febbf77
commit 7f4b5e79cf
121 changed files with 333 additions and 219 deletions

View File

@@ -65,6 +65,7 @@ class ConversationVo(BaseModel):
app_code: Optional[str] = ""
temperature: Optional[float] = 0.5
max_new_tokens: Optional[int] = 2048
"""
chat scene select param
"""