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

Use GLM-4 #188

Merged
merged 2 commits into from
Jun 13, 2024
Merged

Use GLM-4 #188

merged 2 commits into from
Jun 13, 2024

Conversation

TracyWang95
Copy link
Contributor

@TracyWang95 TracyWang95 commented Jun 12, 2024

SDG_GLM_4

Description

The backbone LLM is changed to glm-4 (glm-4-0520) to support GLM eco-system.

Motivation and Context

The motivation for this change is to support a wider range of model bases, specifically to include the glm-4 model base. This addition aims to enhance the application's capabilities in the domestic environment, ensuring compatibility and performance with locally developed AI models.

How has this been tested?

We have tested our changes using the sample ipynb files. In this test, we replaced the model base of gpt-3.5-turbo with the model base of glm-4 to better support the domestic environment. We called the glm-4 model base through the OpenAI SDK framework and conducted comprehensive tests to ensure its stability and reliability. In addition, we also checked and tested other parts of the code to ensure that the changes do not affect other areas.

Types of changes

  • Maintenance (no change in code, maintain the project's CI, docs, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Co-authored-by: zxfpro [email protected]

TracyWang95 and others added 2 commits June 12, 2024 10:31
The backbone LLM is changed to glm-4 (glm-4-0520) to support GLM eco-system.
Copy link
Contributor

@MooooCat MooooCat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM : )

@MooooCat MooooCat merged commit 46c88a6 into hitsz-ids:main Jun 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants