6 lines
70 B
Python
6 lines
70 B
Python
from kotaemon.llms.base import BaseLLM
|
|
|
|
|
|
class LLM(BaseLLM):
|
|
pass
|