UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

14 lines (9 loc) 455 B
--- sidebar_label: 'Llama' --- import {PlatformSelector} from '@site/src/components/PlatformSelector/PlatformSelector'; import ReactJs from './_002-llama-2-chatbot/#react.mdx'; import Javascript from './_002-llama-2-chatbot/#js.mdx'; # Building an AI Chatbot with Llama and `NLUX` In this section, we'll show you how to build an AI chatbot with Llama (hosted on Hugging Face) and `NLUX`. <PlatformSelector reactJs={ReactJs} javascript={Javascript} />