mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix(ovhcloud): remove dead transform_response override, parent already handles non-streaming via _extract_reasoning_content
This commit is contained in:
parent
90bcd232c3
commit
d73e24c1f9
1 changed files with 0 additions and 2 deletions
|
|
@ -76,8 +76,6 @@ class OVHCloudChatConfig(OpenAIGPTConfig):
|
|||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
class OVHCloudChatCompletionStreamingHandler(BaseModelResponseIterator):
|
||||
"""
|
||||
Handler for OVHCloud AI Endpoints streaming chat completion responses
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue