Spaces:
Sleeping
Sleeping
Update vlog4chat.py
Browse files- vlog4chat.py +1 -1
vlog4chat.py
CHANGED
@@ -78,7 +78,7 @@ class TogetherLLM(LLM):
|
|
78 |
"""The maximum number of tokens to generate in the completion."""
|
79 |
|
80 |
class Config:
|
81 |
-
extra = Extra.forbid
|
82 |
|
83 |
@root_validator()
|
84 |
def validate_environment(cls, values: Dict) -> Dict:
|
|
|
78 |
"""The maximum number of tokens to generate in the completion."""
|
79 |
|
80 |
class Config:
|
81 |
+
extra = 'forbid' #Extra.forbid
|
82 |
|
83 |
@root_validator()
|
84 |
def validate_environment(cls, values: Dict) -> Dict:
|