pgits Claude commited on
Commit
f6c2cb4
Β·
1 Parent(s): a91ccf3

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>

Files changed (3) hide show
  1. VOICECAL_LINKEDIN_DIAGRAM.html +3 -3
  2. pyproject.toml +1 -1
  3. 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-v2" target="_blank" class="try-button">πŸš€ Try VoiceCal Live</a>
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-v2)</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,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-v2" target="_blank" class="try-button">πŸš€ Try VoiceCal Live</a>
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.10"
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.10
 
1
+ 1.6.11