@keyframelabs/elements 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ view.disconnect();
|
|
|
71
71
|
|
|
72
72
|
## Supported agents and real-time LLMs
|
|
73
73
|
|
|
74
|
-
Supports ElevenLabs
|
|
74
|
+
Supports Cartesia, ElevenLabs, Vapi, Gemini Live (closed alpha), OpenAI Realtime (closed alpha).
|
|
75
75
|
|
|
76
76
|
For `PersonaEmbed`, this is determined by the values you set in the Keyframe platform dashboard.
|
|
77
77
|
|
|
@@ -145,7 +145,7 @@ type SessionDetails = {
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
type VoiceAgentDetails = {
|
|
148
|
-
type: '
|
|
148
|
+
type: 'cartesia' | 'elevenlabs' | 'vapi' | 'gemini' | 'openai';
|
|
149
149
|
token?: string; // For gemini, cartesia
|
|
150
150
|
agent_id?: string; // For elevenlabs, cartesia
|
|
151
151
|
signed_url?: string; // For elevenlabs, vapi
|