Spaces:
Sleeping
Sleeping
| from __future__ import annotations | |
| class LLMClient: | |
| def complete(self, system: str, prompt: str) -> str: | |
| raise NotImplementedError | |
| from __future__ import annotations | |
| class LLMClient: | |
| def complete(self, system: str, prompt: str) -> str: | |
| raise NotImplementedError | |