feat: Voice Persona Chat — live Venice character conversations - #382
Open
hassan1731996 wants to merge 1 commit into
Open
hassan1731996 wants to merge 1 commit into
hassan1731996 wants to merge 1 commit into
Conversation
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
🔍 Lint Results✅
|
Contributor
✅ Ability Validation Passed |
hassan1731996
force-pushed
the
feature/voice-persona-chat
branch
from
September 24, 2026 13:52
8223d01 to
33307d5
Compare
…aracter_slug First ability in the catalog to use Venice.ai's native character_slug API parameter, which applies authentic character personas (style, knowledge, mannerisms) that the built-in OpenHome LLM cannot replicate. Users talk to Einstein, Socrates, Alan Watts, and any other featured Venice character by voice, with three zero-friction entry paths: name in trigger utterance, returning-user memory, or live roster selection.
hassan1731996
force-pushed
the
feature/voice-persona-chat
branch
from
September 25, 2026 21:18
33307d5 to
102e30b
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What This Does
Adds
voice-persona-chat— the first OpenHome ability to use Venice.ai's nativecharacter_slugAPI parameter. Users talk to historical and public figures by voice: Einstein explains relativity in his own style, Socrates asks probing questions, Alan Watts riffs on consciousness. The character engine is Venice's built-in persona system, not a generic LLM with a text system prompt.Why It's Unique
Nothing in the catalog generates character-authentic responses at this level.
dungeon-master-voicegets closest but injects personality via a text system prompt into the generic OpenHome LLM — the same model that self-censors and lacks real character knowledge depth. Venice'scharacter_slugapplies a trained persona that knows the character's actual biography, writings, speech patterns, and worldview.How It Works
Three entry paths ordered fastest to slowest:
Character greets the user with a self-introduction on connect. Exit with "stop", "goodbye", or "that's all" — the character delivers an in-character farewell.
Technical Notes
GET /charactersfor live roster,POST /chat/completionswithvenice_parameters.character_slugvoice_persona_chat_prefs) with create-first upsert patternasyncio, noprint(), noopen(),resume_normal_flow()infinallyPatterns Applied
get_single_keyunwrap:.get("value", raw)✅create_key+ success check →update_key✅text_to_text_response()calls wrapped in(... or "")✅resume_normal_flow()infinallyblock ✅asyncio, noprint(), no hardcoded keys ✅Setup Required
Users need a Venice API key added to OpenHome settings under
venice_api_key.Trigger Phrases
Test Plan
validate_ability.py✅flake8✅