We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f62a47 commit cb921e1Copy full SHA for cb921e1
samples/apps/autogen-studio/autogenstudio/datamodel.py
@@ -92,6 +92,7 @@ class LLMConfig:
92
temperature: float = 0
93
cache_seed: Optional[Union[int, None]] = None
94
timeout: Optional[int] = None
95
+ max_tokens: Optional[int] = None
96
97
def dict(self):
98
result = asdict(self)
0 commit comments