-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roadmap: Jan supports Local Voice Mode w/ Ichijo #3488
Labels
category: multimodal
Vision, audio, video, etc
P2: nice to have
Nice to have feature
type: epic
A major feature or initiative
Milestone
Comments
dan-menlo
changed the title
epic: Jan supports Llama-3s
epic: Jan and Cortex support Llama-3s
Aug 30, 2024
imtuyethan
added
type: feature request
A new feature
type: epic
A major feature or initiative
and removed
type: feature request
A new feature
labels
Aug 30, 2024
dan-menlo
changed the title
epic: Jan and Cortex support Llama-3s
epic: Jan has Voice support
Sep 11, 2024
freelerobot
changed the title
epic: Jan has Voice support
epic: Jan supports voice models
Sep 18, 2024
freelerobot
changed the title
epic: Jan supports voice models
epic: Jan supports Jan voice models
Sep 18, 2024
dan-menlo
changed the title
epic: Jan supports Jan voice models
epic: Jan supports running Jan's Voice models locally
Sep 19, 2024
dan-menlo
changed the title
epic: Jan supports running Jan's Voice models locally
epic: Jan supports local Voice Mode using Jade models
Sep 19, 2024
dan-menlo
changed the title
epic: Jan supports local Voice Mode using Jade models
epic: Jan supports Local Voice Mode using Jade models
Sep 19, 2024
Question @dan-homebrew : Is Voice Mode continuous input? i.e.
(1) will likely not work right now |
I think (2) is the first step, and we work incrementally towards (1). There might be simple workarounds to get to (1), at the full-stack engineering level (vs. model level) |
dan-menlo
changed the title
epic: Jan supports Local Voice Mode using Jade models
epic: Jan supports Local Voice Mode w/ Ichijo
Sep 23, 2024
8 tasks
This was referenced Nov 28, 2024
dan-menlo
changed the title
epic: Jan supports Local Voice Mode w/ Ichijo
roadmap: Jan supports Local Voice Mode w/ Ichijo
Nov 29, 2024
This was referenced Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: multimodal
Vision, audio, video, etc
P2: nice to have
Nice to have feature
type: epic
A major feature or initiative
Goal
Overview
Goals
Tasklist
Lifecycle
Step 1: Jan captures input
/chat/completions
with encoded audio inputQuestions:
Step 2: cortex.cpp
We are likely to have to add API methods to OpenAI API standard:
/audio
API does not support completionsFrom my POV, this is how
cortex.cpp
should handle it:Option 1:
/audio/completions
/audio/completions
, an alternative to/chat/completions
Option 2:
/audio/encodings
->/chat/completions
/chat/completions
endpoint as audio input is just tokensEither way, cortex.cpp should eventually expose an
/audio/encodings
endpoint:Step 3: Jan generates TTS (TBD)
Option 1: TTS
Option 2: s2s
Reference
The text was updated successfully, but these errors were encountered: