aillom-vox-client 2.1.4 → 2.1.5

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,9 +70,9 @@ const client = new AillomVox({
70
70
  provider: 'aillomvox',
71
71
  ttsEngine: 'inworld',
72
72
  voice: 'Aanya',
73
- language: 'pt-BR',
73
+ language: 'en-US',
74
74
  sampleRate: 16000,
75
- systemPrompt: 'Voce e um assistente objetivo e educado.',
75
+ systemPrompt: 'You are a concise and helpful assistant.',
76
76
  });
77
77
 
78
78
  await client.connect();
@@ -129,7 +129,7 @@ npm install
129
129
  npm run dev
130
130
  ```
131
131
 
132
- Open the Vite URL, paste your `av_...` key, click **Carregar vozes**, then **Iniciar chamada**. Full setup and troubleshooting steps are in [docs/NPM_QUICKSTART.md](docs/NPM_QUICKSTART.md).
132
+ Open the Vite URL, paste your `av_...` key, wait for the dynamic provider, TTS engine, and voice lists to load, then click **Start call**. Use **Refresh catalog** if you want to reload the live lists. Full setup and troubleshooting steps are in [docs/NPM_QUICKSTART.md](docs/NPM_QUICKSTART.md).
133
133
 
134
134
  ### Terminal smoke test
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aillom-vox-client",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Enterprise-Grade Voice AI SDK for Speech-to-Speech, Audio-to-Audio, and Realtime Multimodal applications.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",