-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 支持ChatCLM3-6b * add chatglm3-6b to en * update chatglm logo * update chatglm logo js --------- Co-authored-by: yaoyilin <[email protected]>
- Loading branch information
1 parent
72aad41
commit b16f8e2
Showing
8 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import LMSYSBot from "./LMSYSBot"; | ||
|
||
export default class ChatGLM36bBot extends LMSYSBot { | ||
static _brandId = "lmsys"; // Brand id of the bot, should be unique. Used in i18n. | ||
static _className = "ChatGLM36bBot"; // Class name of the bot | ||
static _logoFilename = "chatglm3-logo.png"; // Place it in public/bots/ | ||
static _model = "chatglm3-6b"; | ||
|
||
constructor() { | ||
super(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b16f8e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chatall – ./
chatall-git-main-sunner.vercel.app
chatall-llm.vercel.app
chatall-sunner.vercel.app