Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 187 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 187 Bytes

llama-mx

llama-mx

from llama_mx import MatrixLLMBot

MatrixLLMBot = MatrixLLMBot(
    credentials_path = '~/',
    model_store = '~/models',
    )
MatrixLLMBot.start()