Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lizozom/llm-response-streaming-with-yaml

A demo of structured Gemini response streaming using YAML and rxjs
https://github.com/lizozom/llm-response-streaming-with-yaml

gemini llm rxjs streaming yaml

Last synced: 4 days ago
JSON representation

A demo of structured Gemini response streaming using YAML and rxjs

Awesome Lists containing this project

README

        

![demo-recording](https://github.com/lizozom/llm-response-streaming-with-yaml/blob/main/img/streaming-llm-yaml-data.gif?raw=true)

## Overview

This demo showcases the process of fetching data from a Large Language Model (LLM), requesting responses in YAML format, and streaming the data as structured objects to the client using `rxjs`.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.