mirror of
https://github.com/home-assistant/core.git
synced 2026-06-03 06:04:06 +01:00
Exclude gpt-4o model from extended caching (#159362)
This commit is contained in:
@@ -88,6 +88,7 @@ UNSUPPORTED_EXTENDED_CACHE_RETENTION_MODELS: list[str] = [
|
||||
"o4",
|
||||
"gpt-3.5",
|
||||
"gpt-4-turbo",
|
||||
"gpt-4o",
|
||||
"gpt-5-mini",
|
||||
"gpt-5-nano",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user