-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Replace OpenAI Whisper with Whisper Turbo #2
Comments
anthonybautista
added a commit
to anthonybautista/eliza-avalanche
that referenced
this issue
Dec 5, 2024
lalalune
pushed a commit
that referenced
this issue
Dec 14, 2024
Add Story API scaffold - getAllLicenses
shakkernerd
pushed a commit
that referenced
this issue
Jan 9, 2025
pythonberg1997
referenced
this issue
in node-real/eliza
Jan 14, 2025
odilitime
pushed a commit
that referenced
this issue
Jan 17, 2025
* add livepeer on index.ts as llm provider * updated livepeer models * add livepeer as llm provider * add retry logic on livepeer img gen * add handlelivepeer * update test * add livepeer model keys on .example.env * Merge pull request #2 from Titan-Node/livepeer-doc-updates Updated docs for Livepeer LLM integration * add endpoint on livepeer on models.ts * edit livepeer model config at model.ts * Add Livepeer to image gen plugin environments Fixes this error ``` Error handling message: Error: Image generation configuration validation failed: : At least one of ANTHROPIC_API_KEY, NINETEEN_AI_API_KEY, TOGETHER_API_KEY, HEURIST_API_KEY, FAL_API_KEY, OPENAI_API_KEY or VENICE_API_KEY is required at validateImageGenConfig (file:///root/eliza-test/eliza-livepeer-integration/packages/plugin-image-generation/dist/index.js:38:19) ``` * add comments on livepeer model sizes * remove retry logic from livepeer generate text and img * Fixed .env naming convention and fixed mismatch bug within code * add bearer on livepeer calls * change in parsing to accomodate for new livepeer update * addadd nineteen api key on the message --------- Co-authored-by: Titan Node <hello@titan-node.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm install whisper-turbo
GPU accelerated Whisper. Should be faster on local than sending a request to OpenAI. We can use the 'tiny' model.
https://github.com/FL33TW00D/whisper-turbo
The text was updated successfully, but these errors were encountered: