@just-every/ensemble 0.2.144 → 0.2.145

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
@@ -16,25 +16,11 @@ npm run demo
16
16
  This opens a unified demo interface at http://localhost:3000 with all demos:
17
17
 
18
18
  ### Demo Interface
19
- ![Ensemble Demos Interface](demo/screenshots/demo-interface.png)
19
+ ![Ensemble Demos Interface](demo/screenshots/demo-overview.png)
20
20
 
21
- ### Available Demos
21
+ Navigate to http://localhost:3000 to access all demos through a unified interface.
22
22
 
23
- #### 💬 Chat Request Demo
24
- Streaming AI responses with tool calling and multi-model support
25
- ![Chat Request Demo](demo/screenshots/chat-demo.png)
26
-
27
- #### 📊 Text Embeddings Demo
28
- Generate vector embeddings and perform similarity search
29
- ![Text Embeddings Demo](demo/screenshots/embed-demo.png)
30
-
31
- #### 🎤 Voice Generation Demo
32
- Convert text to natural-sounding speech with multiple providers
33
- ![Voice Generation Demo](demo/screenshots/voice-demo.png)
34
-
35
- #### 🎧 Live Transcription Demo
36
- Real-time speech-to-text with streaming audio processing
37
- ![Transcription Demo](demo/screenshots/transcription-demo.png)
23
+ See the [demo README](demo/README.md) for detailed information about each demo.
38
24
 
39
25
  ## Features
40
26