Skip to content
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

Closed
lalalune opened this issue Jul 9, 2024 · 0 comments
Closed

Replace OpenAI Whisper with Whisper Turbo #2

lalalune opened this issue Jul 9, 2024 · 0 comments
Assignees

Comments

@lalalune
Copy link
Member

lalalune commented Jul 9, 2024

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

@vladkashka56 vladkashka56 pinned this issue Jul 15, 2024
@vladkashka56 vladkashka56 unpinned this issue Jul 15, 2024
lalalune pushed a commit that referenced this issue Oct 27, 2024
ponderingdemocritus pushed a commit that referenced this issue Nov 23, 2024
ponderingdemocritus added a commit that referenced this issue Nov 30, 2024
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants