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 Amazon Bedrock support #1231

Merged
merged 35 commits into from
May 17, 2024
Merged

Feat add Amazon Bedrock support #1231

merged 35 commits into from
May 17, 2024

Commits on Apr 25, 2024

  1. implement framework

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fd4c0fd View commit details
    Browse the repository at this point in the history
  2. implement base provider

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4f14ee7 View commit details
    Browse the repository at this point in the history
  3. support mistral

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ec7df8a View commit details
    Browse the repository at this point in the history
  4. add generate_kwargs

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4d1fb20 View commit details
    Browse the repository at this point in the history
  5. add stream

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a741488 View commit details
    Browse the repository at this point in the history
  6. implement meta

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9775a2b View commit details
    Browse the repository at this point in the history
  7. support anthropic

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    187e9ef View commit details
    Browse the repository at this point in the history
  8. implement all model

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6355c5c View commit details
    Browse the repository at this point in the history
  9. change provider to private

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a6058ca View commit details
    Browse the repository at this point in the history
  10. add titan

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f45a379 View commit details
    Browse the repository at this point in the history
  11. add some type hint

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aded1dc View commit details
    Browse the repository at this point in the history
  12. update provider package

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6452adf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    784c626 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cdca1b View commit details
    Browse the repository at this point in the history
  15. add claude chat template

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e9723f4 View commit details
    Browse the repository at this point in the history
  16. add docs

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6561c7a View commit details
    Browse the repository at this point in the history
  17. lazy installation

    usamimeri committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cafe666 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. add test

    usamimeri committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4c394a1 View commit details
    Browse the repository at this point in the history
  2. stream test

    usamimeri committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8fafa2e View commit details
    Browse the repository at this point in the history
  3. update

    usamimeri committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    83c8ccb View commit details
    Browse the repository at this point in the history
  4. update test

    usamimeri committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b0ed292 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c77d6c View commit details
    Browse the repository at this point in the history
  6. Update amazon_bedrock_api.py

    fix naming
    usamimeri committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6776e5c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    3411e7d View commit details
    Browse the repository at this point in the history
  2. fix claude streaming bug

    usamimeri committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a05d257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98cb452 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. resolve problems

    usamimeri committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    79251cd View commit details
    Browse the repository at this point in the history
  2. add token counts

    usamimeri committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    cb8e14d View commit details
    Browse the repository at this point in the history
  3. delete cache

    usamimeri committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    aa8e123 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fix

    usamimeri committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    986e3c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f108ab View commit details
    Browse the repository at this point in the history
  3. add pre-commit

    usamimeri committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f14a1f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0006b62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b29ed View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    0916399 View commit details
    Browse the repository at this point in the history