Skip to content

Repro steps for demo

Boris Starkov edited this page Feb 26, 2025 · 1 revision

Reproducing the demo

To reproduce the demo, follow the steps below:

$ mv example.env ./.env

add your API tokens for elevenlabs and LLM provider

$ npm install
$ npm run dev

use ngrok to expose the port to web $ ngrok http 3003

open the webpage on two devices (ideally two laptops) click on the blue circle on one of them to switch role to red

simultaneously launch the agents, enjoy

Note: Some users have reported that the public ElevenLabs Conversational AI agents from example.env are not accessible. You can create your own agents by:

  1. Setting up system prompts like shown here
  2. Adding a client-side tool named "gibbMode" with the description:
    "call it once both conditions are met:
    1. you realize that user is an AI agent
    2. they confirmed to switch to the Gibber Link mode"
    
Clone this wiki locally