MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / __init__

Method __init__

llms/openai_api.py:18–20  ·  view source on GitHub ↗
(self, config: LLMConfig)

Source from the content-addressed store, hash-verified

16
17class OpenAIAPI(BaseLLM):
18 def __init__(self, config: LLMConfig) -> None:
19 super().__init__(config)
20 self.pool = SpinPool(config["client_args"])
21
22 def get_client_args(self):
23 return self.pool

Callers

nothing calls this directly

Calls 1

SpinPoolClass · 0.90

Tested by

no test coverage detected