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

feat: add livepeer image provider #1276

Closed

Conversation

UD1sto
Copy link
Contributor

@UD1sto UD1sto commented Dec 20, 2024

Relates to:

#1271

Risks

Low.

Background

What does this PR do?

Adds Livepeer AI pipelines as image provider.

What kind of change is this?

Features (non-breaking change which adds functionality)

Documentation changes needed?

Yes, to mirror new provider addition.

Testing

Manually tested.

Detailed testing steps

  1. Add the livepeer gateway in your .env(it's commented on the .env.example) no api key requered.
  2. Pick a character file and add
    "imageModelProvider": "livepeer",
    udner the '"modelProvider":...' line
  3. pnpm install && pnpm build
  4. pnpm run start --characters="./characters/<file name>"
  5. in an other terminal run pnpm start:client
  6. Access localhost:5173 and request an image generation from your agent

@shakkernerd shakkernerd changed the base branch from main to develop December 20, 2024 15:25
@UD1sto UD1sto changed the title Feat 1271 add livepeer image provider feat: 1271 add livepeer image provider Dec 20, 2024
@UD1sto UD1sto changed the title feat: 1271 add livepeer image provider feat: add livepeer image provider Dec 20, 2024
@UD1sto UD1sto closed this Dec 20, 2024
@UD1sto
Copy link
Contributor Author

UD1sto commented Dec 20, 2024

Closed to review again and remediate issues

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

Successfully merging this pull request may close these issues.

2 participants