-
-
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.
* add Zephyr bot * set name & use transparent icon * change fullname to Zephyr-7B-β --------- Co-authored-by: Sun Zhigang <[email protected]>
- Loading branch information
1 parent
3ed50a8
commit 6843a42
Showing
7 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
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
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,16 @@ | ||
import HuggingChatBot from "@/bots/huggingface/HuggingChatBot"; | ||
|
||
export default class Zephyr7bBot extends HuggingChatBot { | ||
static _className = "Zephyr7bBot"; // Class name of the bot | ||
static _logoFilename = "zephyr-7b-logo.png"; // Place it in public/bots/ | ||
static _loginUrl = "https://huggingfaceh4-zephyr-chat.hf.space/"; | ||
static _model = "HuggingFaceH4/zephyr-7b-beta"; | ||
|
||
constructor() { | ||
super(); | ||
} | ||
|
||
getFullname() { | ||
return "Zephyr-7B-β"; | ||
} | ||
} |
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
6843a42
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-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app