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.
- package/README.md +3 -3
- 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: '
|
|
73
|
+
language: 'en-US',
|
|
74
74
|
sampleRate: 16000,
|
|
75
|
-
systemPrompt: '
|
|
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,
|
|
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