kotaemon/knowledgehub/llms/completions/base.py

6 lines
77 B
Python

from kotaemon.base import BaseComponent
class LLM(BaseComponent):
pass