Skip to content

Instantly share code, notes, and snippets.

View gokuljs's full-sized avatar
🎧
Improvise,Adapt,Overcome

Gokul Js gokuljs

🎧
Improvise,Adapt,Overcome
View GitHub Profile
@gokuljs
gokuljs / stichfin.md
Last active August 26, 2025 00:14
Stichfin: Complete LLM Response Buffering for TTS

Complete LLM Response Handling for TTS

This example demonstrates how to implement a conversation agent that collects complete LLM responses before sending them to Text-to-Speech (TTS). The implementation provides a simple yet effective approach to ensure smooth and natural speech output.

Quick Setup Guide

  1. Clone the repository and navigate to the LLM complete chunks example:
    git clone https://github.com/rimelabs/rime-pipecat-agents.git

cd rime-pipecat-agents

@gokuljs
gokuljs / normcore-llm.md
Created August 27, 2023 16:30 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@gokuljs
gokuljs / web-servers.md
Created May 13, 2021 07:55 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000