mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix ResponsesApiDeploymentCheck
This commit is contained in:
parent
a460304208
commit
a7b7cac7ff
1 changed files with 1 additions and 4 deletions
|
@ -86,10 +86,7 @@ class ResponsesApiDeploymentCheck(CustomLogger):
|
|||
):
|
||||
await self.cache.async_set_cache(
|
||||
key=self.get_cache_key_for_response_id(response_id),
|
||||
value={
|
||||
"response_id": response_id,
|
||||
"model_id": model_id,
|
||||
},
|
||||
value=model_id,
|
||||
)
|
||||
|
||||
async def async_get_response_id_from_cache(self, response_id: str) -> Optional[str]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue