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

Unify model implementation and clean up their code in AgentScope. #82

Merged
merged 8 commits into from
Mar 20, 2024

Commits on Mar 18, 2024

  1. 1. move some function into ModelWrapperBase to avoid duplicated imple…

    …mentations; 2. change child class for openai, dashscope, gemini and ollama to abstract class; 3.
    DavdGao committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ac578d1 View commit details
    Browse the repository at this point in the history
  2. reformat

    DavdGao committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    59ae28e View commit details
    Browse the repository at this point in the history
  3. bug fix in unittest

    DavdGao committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    62325b6 View commit details
    Browse the repository at this point in the history
  4. bug fix in unittest

    DavdGao committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    36ac102 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge remote-tracking branch 'origin/main' into dev/unify_wrappers

    # Conflicts:
    #	docs/sphinx_doc/zh_CN/source/tutorial_zh/203-model.md
    DavdGao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9ead96e View commit details
    Browse the repository at this point in the history
  2. remove old files

    DavdGao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f0c36d3 View commit details
    Browse the repository at this point in the history
  3. fix bug in unit test

    DavdGao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0804ce8 View commit details
    Browse the repository at this point in the history
  4. reformat by pre-commit

    DavdGao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5be2871 View commit details
    Browse the repository at this point in the history