mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
MockResponsesAPIStreamingIterator
This commit is contained in:
parent
c64f834272
commit
af8e917eb0
1 changed files with 2 additions and 2 deletions
|
@ -210,9 +210,9 @@ class SyncResponsesAPIStreamingIterator(BaseResponsesAPIStreamingIterator):
|
|||
)
|
||||
|
||||
|
||||
class AsyncMockResponsesAPIStreamingIterator(BaseResponsesAPIStreamingIterator):
|
||||
class MockResponsesAPIStreamingIterator(BaseResponsesAPIStreamingIterator):
|
||||
"""
|
||||
Async mock iterator - some models like o1-pro do not support streaming, we need to fake a stream
|
||||
mock iterator - some models like o1-pro do not support streaming, we need to fake a stream
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue