Skip to content

Commit

Permalink
allow extra
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jan 27, 2025
1 parent ada5ea0 commit 4c87a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhands/core/config/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class AppConfig(BaseModel):

defaults_dict: ClassVar[dict] = {}

model_config = {'extra': 'forbid'}

def get_llm_config(self, name='llm') -> LLMConfig:
"""'llm' is the name for default config (for backward compatibility prior to 0.8)."""
Expand Down

0 comments on commit 4c87a99

Please sign in to comment.