Skip to content

Commit

Permalink
chore: allow extra fields for Config
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 26, 2024
1 parent f61faf0 commit 6d5cfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmling/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ class Config(ConfigModel):
model_config = ConfigDict(
frozen=True,
arbitrary_types_allowed=True,
extra="forbid",
extra="allow", # extra fields used by the server for example.
use_attribute_docstrings=True,
)

Expand Down

0 comments on commit 6d5cfd3

Please sign in to comment.