This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-12 01:04:11 -06:00
|
|
|
from ..llm_backend import LLMBackend
|
2023-08-30 18:53:26 -06:00
|
|
|
|
|
|
|
|
2023-09-12 16:40:09 -06:00
|
|
|
class OobaboogaBackend(LLMBackend):
|
2023-10-27 19:19:22 -06:00
|
|
|
def __int__(self):
|
|
|
|
return
|