Spaces:
Build error
Build error
FIX: Update VOICECAL_LINKEDIN_DIAGRAM links from v2 to v3
Browse files- Updated 'Try VoiceCal Live' button links to point to v3 HuggingFace space
- Updated Phase 3 heading from voiceCal-ai-v2 to voiceCal-ai-v3
- Ensures all documentation references correct deployment version
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- VOICECAL_LINKEDIN_DIAGRAM.html +3 -3
- pyproject.toml +1 -1
- version.txt +1 -1
VOICECAL_LINKEDIN_DIAGRAM.html
CHANGED
|
@@ -310,7 +310,7 @@
|
|
| 310 |
<div class="header">
|
| 311 |
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
|
| 312 |
<a href="/" class="back-button">Back to Home</a>
|
| 313 |
-
<a href="https://huggingface.co/spaces/pgits/voiceCal-ai-
|
| 314 |
</div>
|
| 315 |
<h1>π€ VoiceCal.ai</h1>
|
| 316 |
<p>AI-Powered Scheduling Assistant for Peter Michael Gits</p>
|
|
@@ -491,7 +491,7 @@
|
|
| 491 |
</ul>
|
| 492 |
</div>
|
| 493 |
<div class="timeline-item">
|
| 494 |
-
<h4 style="color: #3498db;">Phase 3: Speech-to-Speech AI ποΈ (voiceCal-ai-
|
| 495 |
<ul>
|
| 496 |
<li><strong>Real-time Voice Conversations</strong> - Natural speech interactions with the AI</li>
|
| 497 |
<li><strong>Speech-to-Text Integration</strong> - WebSocket-based STT service at 16kHz</li>
|
|
@@ -571,7 +571,7 @@
|
|
| 571 |
|
| 572 |
<div style="text-align: center; margin: 30px 0; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
|
| 573 |
<a href="/" class="back-button">Back to Home</a>
|
| 574 |
-
<a href="https://huggingface.co/spaces/pgits/voiceCal-ai-
|
| 575 |
</div>
|
| 576 |
</div>
|
| 577 |
</div>
|
|
|
|
| 310 |
<div class="header">
|
| 311 |
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
|
| 312 |
<a href="/" class="back-button">Back to Home</a>
|
| 313 |
+
<a href="https://huggingface.co/spaces/pgits/voiceCal-ai-v3" target="_blank" class="try-button">π Try VoiceCal Live v.3</a>
|
| 314 |
</div>
|
| 315 |
<h1>π€ VoiceCal.ai</h1>
|
| 316 |
<p>AI-Powered Scheduling Assistant for Peter Michael Gits</p>
|
|
|
|
| 491 |
</ul>
|
| 492 |
</div>
|
| 493 |
<div class="timeline-item">
|
| 494 |
+
<h4 style="color: #3498db;">Phase 3: Speech-to-Speech AI ποΈ (voiceCal-ai-3)</h4>
|
| 495 |
<ul>
|
| 496 |
<li><strong>Real-time Voice Conversations</strong> - Natural speech interactions with the AI</li>
|
| 497 |
<li><strong>Speech-to-Text Integration</strong> - WebSocket-based STT service at 16kHz</li>
|
|
|
|
| 571 |
|
| 572 |
<div style="text-align: center; margin: 30px 0; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
|
| 573 |
<a href="/" class="back-button">Back to Home</a>
|
| 574 |
+
<a href="https://huggingface.co/spaces/pgits/voiceCal-ai-v3" target="_blank" class="try-button">π Try VoiceCal Live v.3</a>
|
| 575 |
</div>
|
| 576 |
</div>
|
| 577 |
</div>
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "voicecal-ai"
|
| 3 |
-
version = "1.6.
|
| 4 |
description = "A friendly interactive AI speechbot for booking Google Calendar appointments"
|
| 5 |
authors = ["Peter <pgits.job@gmail.com>"]
|
| 6 |
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "voicecal-ai"
|
| 3 |
+
version = "1.6.11"
|
| 4 |
description = "A friendly interactive AI speechbot for booking Google Calendar appointments"
|
| 5 |
authors = ["Peter <pgits.job@gmail.com>"]
|
| 6 |
|
version.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
1.6.
|
|
|
|
| 1 |
+
1.6.11
|