@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.
Files changed (2) hide show
  1. package/README.md +2 -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 Agents, Cartesia Line, Gemini Live, and Vapi.
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: 'gemini' | 'elevenlabs' | 'cartesia' | 'vapi';
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
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.6",
7
+ "version": "0.0.7",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",