The Crewdle Mist llama.cpp Generative AI Connector is a solution designed to seamlessly run Large Language Models (LLMs) within your applications. This connector enables applications to harness the power of generative AI, providing robust and high-performance model execution capabilities. It's an ideal choice for developers seeking to implement scalable and sophisticated AI-driven functionalities within their ecosystem.
Before diving in, ensure you have installed the Crewdle Mist SDK.
npm install @crewdle/mist-connector-llamacpp
const { LlamacppGenerativeAIWorkerConnector } = await import('@crewdle/mist-connector-llamacpp');
sdk = await SDK.getInstance(config.vendorId, config.accessToken, {
generativeAIWorkerConnector: LlamacppGenerativeAIWorkerConnector,
}, config.secretKey);
Reach out to [email protected] or raise an issue in our repository for any assistance.
For an engaging discussion about your specific use cases or to connect with fellow developers, we invite you to join our Discord community. Follow this link to become a part of our vibrant group: Join us on Discord.