(self, *args: Any, **kwds: Any)
| 23 | self.config = config |
| 24 | |
| 25 | def __call__(self, *args: Any, **kwds: Any) -> Any: |
| 26 | pass |
| 27 | |
| 28 | class GroqLLM(LLM): |
| 29 | def __init__(self, config): |
nothing calls this directly
no outgoing calls
no test coverage detected