MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / __init__

Method __init__

optillm/litellm_wrapper.py:22–26  ·  view source on GitHub ↗
(self, api_key: Optional[str] = None, base_url: Optional[str] = None)

Source from the content-addressed store, hash-verified

20
21class LiteLLMWrapper:
22 def __init__(self, api_key: Optional[str] = None, base_url: Optional[str] = None):
23 self.api_key = api_key
24 self.base_url = base_url
25 self.chat = self.Chat()
26 # litellm.set_verbose=True
27
28 class Chat:
29 class Completions:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected