MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / AsyncChatWrapper

Class AsyncChatWrapper

client-libs/python/openpipe/openai_async_wrapper.py:143–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143class AsyncChatWrapper(AsyncChat):
144 def __init__(
145 self,
146 client: OriginalAsyncOpenAI,
147 openpipe_report_client: AsyncOpenPipe,
148 openpipe_completions_client: OriginalAsyncOpenAI,
149 ) -> None:
150 super().__init__(client)
151 self.completions = AsyncCompletionsWrapper(
152 client, openpipe_report_client, openpipe_completions_client
153 )
154
155
156class AsyncOpenAIWrapper(OriginalAsyncOpenAI):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected