Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reworkd/perplexity-style-streaming
⚡️ Perplexity.ai style LLM response streaming
https://github.com/reworkd/perplexity-style-streaming
ai openai perplexity streaming ui vercel
Last synced: about 1 month ago
JSON representation
⚡️ Perplexity.ai style LLM response streaming
- Host: GitHub
- URL: https://github.com/reworkd/perplexity-style-streaming
- Owner: reworkd
- License: mit
- Created: 2023-07-30T21:12:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:04:57.000Z (9 months ago)
- Last Synced: 2024-08-13T07:16:39.624Z (5 months ago)
- Topics: ai, openai, perplexity, streaming, ui, vercel
- Language: TypeScript
- Homepage: https://stream.reworkd.ai
- Size: 314 KB
- Stars: 120
- Watchers: 1
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - reworkd/perplexity-style-streaming - ⚡️ Perplexity.ai style LLM response streaming (TypeScript)
README
## Introduction ⚡️
A weekend project to mimmick the response streaming found in https://www.perplexity.ai/## Demo 🚀
Try it yourself at https://perplexity-style-streaming.vercel.app/https://github.com/reworkd/perplexity-style-streaming/assets/50181239/341a267d-ccf3-48ec-b42c-89f2bb0a403f
## Getting Started with development 💻
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.