Arviano's picture
init: add mockup files for system workflow (UI, RAG, LLM) and requirements.txt
bdd6dcb verified
class ChatLLM:
def __init__(self) -> None:
pass
class EmbeddingLLM:
def __init__(self) -> None:
pass