Skip to content

Commit

Permalink
update LIVEPEER endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 6, 2025
1 parent 899f51e commit c87a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ export const models: Models = {
},
},
[ModelProviderName.LIVEPEER]: {
endpoint: settings.LIVEPEER_GATEWAY_URL,
endpoint: settings.LIVEPEER_GATEWAY_URL || "http://gateway.test-gateway",
model: {
[ModelClass.SMALL]: {
name:
Expand Down

0 comments on commit c87a9f7

Please sign in to comment.