@auticlabs/bulut 1.1.0 → 1.2.2

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 CHANGED
@@ -119,7 +119,7 @@ For non-React sites, use the `bulut/embed` entry point:
119
119
  | `projectId` | `string` | — | **Required.** Your Bulut project ID. |
120
120
  | `backendBaseUrl` | `string` | `"http://localhost:8000"` | Backend API URL. |
121
121
  | `model` | `string` | `"google/gemini-3-flash-preview:nitro"` | LLM model identifier. |
122
- | `voice` | `"zeynep" \| "ali"` | `"zeynep"` | Voice for TTS output. |
122
+ | `voice` | `"alloy" \| "zeynep" \| "ali"` | `"alloy"` | Voice for TTS output. |
123
123
  | `baseColor` | `string` | `"#6C03C1"` | Primary theme colour (hex). Button, header, and user message bubbles will use this colour. |
124
124
 
125
125
  ## Embed API