6 lines
77 B
Python
6 lines
77 B
Python
from kotaemon.base import BaseComponent
|
|
|
|
|
|
class LLM(BaseComponent):
|
|
pass
|