fix: model not displaying properly [PRO-1072] (#4267)

* chore: fix model display

* chore: new ts

* chore: fix model rendering

---------

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2025-08-28 07:58:52 -07:00
committed by GitHub
parent 3e6a223d17
commit 52bcd8e83a

View File

@@ -74,6 +74,7 @@ class LLMConfig(BaseModel):
"medium",
description="Soft control for how verbose model output should be, used for GPT-5 models.",
)
tier: Optional[str] = Field(None, description="The cost tier for the model (cloud only).")
# FIXME hack to silence pydantic protected namespace warning
model_config = ConfigDict(protected_namespaces=())