(self, messages, **kwargs)
| 25 | raise NotImplementedError |
| 26 | |
| 27 | async def chat(self, messages, **kwargs): |
| 28 | raise NotImplementedError |
| 29 | |
| 30 | async def logprobs(self, token_ids, **kwargs): |
| 31 | raise NotImplementedError |
no outgoing calls
no test coverage detected