From 2929cbf06af8ea854c6d3eef56befeeaf2797b35 Mon Sep 17 00:00:00 2001 From: lostviolinist <50481227+lostviolinist@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:04:12 -0800 Subject: [PATCH] add eleven labs to README.md --- typescript/examples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typescript/examples/README.md b/typescript/examples/README.md index ddb27b229..6d11dac33 100644 --- a/typescript/examples/README.md +++ b/typescript/examples/README.md @@ -20,3 +20,6 @@ ## Eliza - [Plugin Goat](https://github.com/ai16z/eliza/tree/main/packages/plugin-goat) + +## ElevenLabs +- [Conversational Agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/eleven-labs/conversational-agent)