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

Support Bailing LLM from ALIPAY for #3487 #3543

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

Commits on Oct 21, 2024

  1. Support new LLM Bailing

    Define the conversation template for Bailing LLM and provide the iterator.
    cuauty committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5480efd View commit details
    Browse the repository at this point in the history
  2. Revise the default hyperparameter

    Including:
    temperature
    top_p
    top_k
    max_tokens
    cuauty committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    28f576f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fe3c7d View commit details
    Browse the repository at this point in the history
  4. streaming read with retrying

    cuauty committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c721ba4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4924682 View commit details
    Browse the repository at this point in the history
  6. BugFix: input Context for load_demo instead list

    New code defines the Context class and use it as input parameter.
    cuauty committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ff56f18 View commit details
    Browse the repository at this point in the history