---
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} />
