Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usellm/usellm

Use Large Language Models in Your React App
https://github.com/usellm/usellm

artificial-intelligence chatgpt javascript react typescript

Last synced: 3 months ago
JSON representation

Use Large Language Models in Your React App

Awesome Lists containing this project

README

        

**NOTICE**: This package is no longer under active development. Please use the [Vercel AI SDK](https://sdk.vercel.ai/docs) instead.

# useLLM - Use Large Language Models in Your React App

`useLLM` is a React hook for integrating large language models like OpenAI's ChatGPT with just a few lines of code.

See it in action here: https://usellm.org

## Installation

Install the package from NPM:

```bash
npm install usellm@latest
```

## Usage

Please refer to the documentation site: https://usellm.org/docs

Source Code: https://github.com/usellm/usellm