Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usellm/usellm
- Owner: usellm
- License: mit
- Created: 2023-05-03T14:53:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:41:14.000Z (about 1 year ago)
- Last Synced: 2024-04-02T20:35:34.599Z (9 months ago)
- Topics: artificial-intelligence, chatgpt, javascript, react, typescript
- Language: TypeScript
- Homepage: https://usellm.org
- Size: 603 KB
- Stars: 190
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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