mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Adding max_tokens to autogenstudio LLMConfig (#1574)
* Adding max_tokens to autogenstudio LLMConfig * fix formatting issue * fix formatting issues --------- Co-authored-by: Victor Dibia <victordibia@microsoft.com>
This commit is contained in:
@@ -92,6 +92,7 @@ class LLMConfig:
|
||||
temperature: float = 0
|
||||
cache_seed: Optional[Union[int, None]] = None
|
||||
timeout: Optional[int] = None
|
||||
max_tokens: Optional[int] = None
|
||||
|
||||
def dict(self):
|
||||
result = asdict(self)
|
||||
|
||||
Reference in New Issue
Block a user