Get Started With NLUX
Getting started with NLUX is easy.
Choose your preferred way to get started:
NLUX + LangChain
For the users of LangChain, the popular LLM framework. We use LangServe to connect to LangChain runnables.
NLUX + ChatGPT From Browser
Quick and easy setup. Not suitable for production environments though, as it exposes the API key. Use this guide for prototyping and testing.
NLUX + ChatGPT With Node.js Server
In this guide, you will learn how to properly set up a Node.js server to use NLUX with ChatGPT. We use the nlbridge package for quick and easy integration.
NLUX + Hugging Face
We use NLUX to a LLMA2 model hosted on Hugging Face Inference. This guide is for you if you want to use NLUX with Hugging Face models.
NLUX + Custom Backend
If you have a custom backend and would like to use NLUX with it, this guide is for you. We will build an adapter for a custom backend and use it with NLUX.