-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat alpha: admin model market settings feature
- Loading branch information
1 parent
93a41fd
commit 7ce7e6e
Showing
22 changed files
with
1,095 additions
and
102 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,40 @@ | ||
export const marketEditableTags = [ | ||
"official", | ||
"unstable", | ||
"web", | ||
"high-quality", | ||
"high-price", | ||
"open-source", | ||
"image-generation", | ||
"multi-modal", | ||
"fast", | ||
"english-model", | ||
]; | ||
|
||
export const modelImages = [ | ||
"gpt35turbo.png", | ||
"gpt35turbo16k.webp", | ||
"gpt4.png", | ||
"gpt432k.webp", | ||
"gpt4v.png", | ||
"gpt4dalle.png", | ||
"claude.png", | ||
"claude100k.png", | ||
"stablediffusion.jpeg", | ||
"llama2.webp", | ||
"llamacode.webp", | ||
"dalle.jpeg", | ||
"midjourney.jpg", | ||
"newbing.jpg", | ||
"palm2.webp", | ||
"gemini.jpeg", | ||
"chatglm.png", | ||
"tongyi.png", | ||
"sparkdesk.jpg", | ||
"hunyuan.png", | ||
"360gpt.png", | ||
"baichuan.png", | ||
"skylark.jpg", | ||
]; | ||
|
||
export const marketTags = [...marketEditableTags, "free", "high-context"]; |
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
Oops, something went wrong.