core[patch]: exclude model cache from ser (#27086)

This commit is contained in:
Bagatur
2024-10-03 15:00:31 -07:00
committed by GitHub
parent c09da53978
commit 87fc5ce688
3 changed files with 2 additions and 32 deletions

View File

@@ -101,7 +101,6 @@ def test_configurable() -> None:
"name": None,
"bound": {
"name": None,
"cache": None,
"disable_streaming": False,
"disabled_params": None,
"model_name": "gpt-4o",
@@ -189,7 +188,6 @@ def test_configurable_with_default() -> None:
"name": None,
"bound": {
"name": None,
"cache": None,
"disable_streaming": False,
"model": "claude-3-sonnet-20240229",
"max_tokens": 1024,