Skip to content

Commit

Permalink
fix rebasing error
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-video committed Sep 20, 2024
1 parent 6ff4ba4 commit dac792f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/livepeer/starter/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,6 @@ func StartLivepeer(ctx context.Context, cfg LivepeerConfig) {
if *cfg.Network != "offchain" {
n.SetBasePriceForCap("default", core.Capability_SegmentAnything2, config.ModelID, autoPrice)
}
n.SetBasePriceForCap("default", core.Capability_AudioToText, config.ModelID, autoPrice)

case "llm-generate":
_, ok := capabilityConstraints[core.Capability_LlmGenerate]
Expand Down

0 comments on commit dac792f

Please sign in to comment.