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: Support Cloudflare Workers AI #3402

Open
wants to merge 53 commits into
base: main
Choose a base branch
from

Commits on May 31, 2024

  1. Delete .nvmrc

    sxjeru authored May 31, 2024
    Configuration menu
    Copy the full SHA
    f2996eb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    6de6000 View commit details
    Browse the repository at this point in the history
  2. feat: Add Cloudflare as a model provider

    This commit adds support for Cloudflare as a model provider. It includes changes to the `ModelProvider` enum, the `UserKeyVaults` interface, the `getServerGlobalConfig` function, the `DEFAULT_LLM_CONFIG` constant, the `getLLMConfig` function, the `AgentRuntime` class, and the `DEFAULT_MODEL_PROVIDER_LIST` constant.
    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4b1d4c6 View commit details
    Browse the repository at this point in the history
  3. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b774549 View commit details
    Browse the repository at this point in the history
  4. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1336aae View commit details
    Browse the repository at this point in the history
  5. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ff5361e View commit details
    Browse the repository at this point in the history
  6. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6d658bd View commit details
    Browse the repository at this point in the history
  7. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5a0a4da View commit details
    Browse the repository at this point in the history
  8. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3608659 View commit details
    Browse the repository at this point in the history
  9. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    161af46 View commit details
    Browse the repository at this point in the history
  10. fix icon

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aa609af View commit details
    Browse the repository at this point in the history
  11. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0972e11 View commit details
    Browse the repository at this point in the history
  12. Create .nvmrc

    sxjeru authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8ad1100 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed2f3c0 View commit details
    Browse the repository at this point in the history
  14. CF -> CLOUDFLARE

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e47aee5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1909a89 View commit details
    Browse the repository at this point in the history
  16. revert

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5a1180c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7648bde View commit details
    Browse the repository at this point in the history
  18. Add provider setting

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9d036ee View commit details
    Browse the repository at this point in the history
  19. fix

    sxjeru committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7fe9401 View commit details
    Browse the repository at this point in the history
  20. Update cloudflare.ts

    sxjeru authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fa23ba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix

    sxjeru authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4414320 View commit details
    Browse the repository at this point in the history
  2. Update cloudflare.ts

    sxjeru authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8d1f973 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into cf

    sxjeru authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3b57709 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. accountID

    sxjeru committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7efaab9 View commit details
    Browse the repository at this point in the history
  2. fix

    sxjeru authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    87f0721 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into cf

    sxjeru authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7844a5b View commit details
    Browse the repository at this point in the history
  4. i18n

    sxjeru committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    26de0f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge branch 'main' into cf

    sxjeru committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    65463e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. save changes

    BrandonStudio committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    85021aa View commit details
    Browse the repository at this point in the history
  2. commit check

    BrandonStudio committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cb7dd1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8d4f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eefacf5 View commit details
    Browse the repository at this point in the history
  5. ready to add base url

    BrandonStudio committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5fc4c81 View commit details
    Browse the repository at this point in the history
  6. commit check

    BrandonStudio committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    52ff9d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. revert change

    BrandonStudio committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b8492e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b452d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b46c642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dca07d View commit details
    Browse the repository at this point in the history
  5. rename env var

    BrandonStudio committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0f40d15 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. add test

    BrandonStudio committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e1eb2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd88fd View commit details
    Browse the repository at this point in the history
  3. add test for models()

    BrandonStudio committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5c146ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26adca6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    8962077 View commit details
    Browse the repository at this point in the history
  2. remove encoder

    BrandonStudio committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fa25217 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    703e74c View commit details
    Browse the repository at this point in the history
  2. Merge again

    BrandonStudio committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d2b016f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. remove brand

    BrandonStudio committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8b6ab30 View commit details
    Browse the repository at this point in the history
  2. remove template comment

    BrandonStudio committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    80a51ab View commit details
    Browse the repository at this point in the history
  3. add provider card

    BrandonStudio committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a8fc173 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge latest

    BrandonStudio committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    286b3fd View commit details
    Browse the repository at this point in the history
  2. Update lobe-icons

    BrandonStudio committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d064a84 View commit details
    Browse the repository at this point in the history