mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 21:39:33 +00:00
feat(core): Support max output tokens parameter (#2218)
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user