sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Fix llama-sys error message typo #190

Closed shinglyu closed 1 year ago

shinglyu commented 1 year ago

I assume this is a typo? Looks like you were planning to use whisper.cpp and switch to llama.cpp, or am I missing the link between whisper and llama?