Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.