Spaces:
Build error
Build error
| class MultiLLMEngine: | |
| def __init__(self, memory): self.backend = "local" | |
| def backend_info(self): return {"backend": "local"} | |
| class MultiLLMEngine: | |
| def __init__(self, memory): self.backend = "local" | |
| def backend_info(self): return {"backend": "local"} | |