fix: add serveBaseUrl to compactEmbeddedPiSession params
This commit is contained in:
committed by
Peter Steinberger
parent
1a47aec6e4
commit
f85807a2a6
47
skills/thebuilders-v2/config/voices.yaml
Normal file
47
skills/thebuilders-v2/config/voices.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
# Host Voice Configuration
|
||||
|
||||
maya:
|
||||
tag: Person1
|
||||
role: Technical Host
|
||||
tts_voice: nova # OpenAI voice
|
||||
|
||||
personality:
|
||||
background: "Former software engineer, B2B SaaS founder"
|
||||
lens: "Technical, mechanical, architectural"
|
||||
style: "Direct, skeptical of hype, loves clever solutions"
|
||||
|
||||
signature_phrases:
|
||||
- "Wait, slow down."
|
||||
- "Show me the numbers."
|
||||
- "I had to read this three times."
|
||||
- "That's actually clever because..."
|
||||
- "How does that actually work?"
|
||||
- "Let's look at the architecture."
|
||||
|
||||
never_says:
|
||||
- "From a strategic perspective"
|
||||
- "The market opportunity"
|
||||
- "In terms of positioning"
|
||||
|
||||
james:
|
||||
tag: Person2
|
||||
role: Strategy Host
|
||||
tts_voice: onyx # OpenAI voice
|
||||
|
||||
personality:
|
||||
background: "Former VC, business history student"
|
||||
lens: "Strategy, markets, competitive dynamics"
|
||||
style: "Synthesizer, pattern matcher, historical parallels"
|
||||
|
||||
signature_phrases:
|
||||
- "For context..."
|
||||
- "This is the classic [X] playbook."
|
||||
- "The lesson here is..."
|
||||
- "What a story."
|
||||
- "And this is where things get messy."
|
||||
- "The endgame here is..."
|
||||
|
||||
never_says:
|
||||
- "Let me explain the architecture"
|
||||
- "The API design"
|
||||
- "From a technical standpoint"
|
||||
Reference in New Issue
Block a user