dj86 commited on
Commit
faea291
·
verified ·
1 Parent(s): 5dc37e6

Update vlog4chat.py

Browse files
Files changed (1) hide show
  1. 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: