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 minimax as provider #2087

Merged
merged 25 commits into from
Apr 29, 2024
Merged

✨ feat: support minimax as provider #2087

merged 25 commits into from
Apr 29, 2024

Commits on Apr 21, 2024

  1. add minimax as provider

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    30737b7 View commit details
    Browse the repository at this point in the history
  2. add i18n token

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    adca20e View commit details
    Browse the repository at this point in the history
  3. update

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a94a9a6 View commit details
    Browse the repository at this point in the history
  4. update

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e787a87 View commit details
    Browse the repository at this point in the history
  5. Revert "add i18n token"

    This reverts commit 4be6d67.
    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    47ec224 View commit details
    Browse the repository at this point in the history
  6. add i18n token

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    2cbaf22 View commit details
    Browse the repository at this point in the history
  7. add doc

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    eb9dd36 View commit details
    Browse the repository at this point in the history
  8. update i18n

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    da1fe7c View commit details
    Browse the repository at this point in the history
  9. implement MinimaxStream

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1e50c94 View commit details
    Browse the repository at this point in the history
  10. use fetchSSE function

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b7286fa View commit details
    Browse the repository at this point in the history
  11. fix TypeError and SyntaxError

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    69419b8 View commit details
    Browse the repository at this point in the history
  12. add unit test

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    75f8f8b View commit details
    Browse the repository at this point in the history
  13. add agent runtime

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    0124278 View commit details
    Browse the repository at this point in the history
  14. add debug log

    lwshen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1206a03 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. use fetch function directly

    lwshen committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5aaa818 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into minimax

    # Conflicts:
    #	src/components/ModelIcon/index.tsx
    #	src/components/ModelTag/ModelIcon.tsx
    lwshen committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    172447b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'refs/heads/main' into minimax

    # Conflicts:
    #	locales/zh-CN/error.json
    lwshen committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    88c4b2b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0e8549b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602a2af View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/main' into minimax

    # Conflicts:
    #	src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts
    lwshen committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    39a52d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8269ad8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    ee7064a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de21b03 View commit details
    Browse the repository at this point in the history
  3. fix code style

    lwshen committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6423174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e1c3d View commit details
    Browse the repository at this point in the history