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(pricing): expand gateway max price to set per capability/model id #3116

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    f2e8d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf4da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    3fa5448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a94ffa View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Apply suggestions from code review

    Co-authored-by: John | Elite Encoder <[email protected]>
    ad-astra-video and eliteprox authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    055416d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review (missed one)

    Co-authored-by: John | Elite Encoder <[email protected]>
    ad-astra-video and eliteprox authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    931d84a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. updates for review comments: add error return to PipelineToCapability…

    …, assign modelID to 'default' if not set, add/update tests
    ad-astra-video committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ac5e3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd7462 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9e5189c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c235c7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e007090 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c54b99f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. refactor: remove BroadcastConfig init method

    This commit removes the BroadcastConfig initialisation method out of the
    starter to keep all logic inside the server module.
    rickstaa committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0916059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f99222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe75050 View commit details
    Browse the repository at this point in the history
  4. fix newBroadCastConfig

    ad-astra-video committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cb71410 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2c04bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a99d63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db0e15d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7d0065 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. feat(ai): improve maxPricePerCapability parsing

    This commit improves the parsing of the maxPricePerCapability
    config so that it doesn't throw nil errors and defaults to the regular
    transcoding values. It also throws clear log statments when config values are
    incorrect.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    29334a8 View commit details
    Browse the repository at this point in the history
  2. refactor(ai): refactor PipelineToCapability method

    This commit simplifies the PipelineToCapability because we don't use
    unicode in our capability naming.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    625bbd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea6441 View commit details
    Browse the repository at this point in the history
  4. refactor(ai): apply some small code improvements

    This commit applies some minor code improvements.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    caa9037 View commit details
    Browse the repository at this point in the history
  5. refactor(ai): fix 'price_per_capability' typo

    This commit fixes small typo in the 'price_per_capability' metric.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ebe032a View commit details
    Browse the repository at this point in the history
  6. refactor(ai): improve setBroadcastMaxPricePerCapability defaults

    This commit improves the defaults used in the
    setBroadcastMaxPricePerCapability CLI option.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2eaf8ae View commit details
    Browse the repository at this point in the history
  7. fix(ai): handle priceFeed subscription memory leak

    This commit ensures that we unsubscribe to the priceFeed when a model
    maxPrice is changed.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a4ae9e5 View commit details
    Browse the repository at this point in the history
  8. refactor(ai): apply code conventions

    This commit applies some common go code conventions to the
    NewAISessionSelector function.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    15fcdd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a655f45 View commit details
    Browse the repository at this point in the history
  10. refactor(ai): optimize code

    This commit optimizes the code a bit.
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    174cf32 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'ai-video-set-max-price-per-capability-rebase' of github…

    ….com:ad-astra-video/go-livepeer into ai-video-set-max-price-per-capability-rebase
    rickstaa committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    649d6fd View commit details
    Browse the repository at this point in the history