Add AI Badgr to frontend LLM factory constants
Co-authored-by: miguelmanlyx <220451577+miguelmanlyx@users.noreply.github.com>
This commit is contained in:
parent
e52c40baab
commit
9799231f88
1 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ export enum LLMFactory {
|
|||
JiekouAI = 'Jiekou.AI',
|
||||
Builtin = 'Builtin',
|
||||
MinerU = 'MinerU',
|
||||
AIBadgr = 'AI Badgr',
|
||||
}
|
||||
|
||||
// Please lowercase the file name
|
||||
|
|
@ -127,6 +128,7 @@ export const IconMap = {
|
|||
[LLMFactory.JiekouAI]: 'jiekouai',
|
||||
[LLMFactory.Builtin]: 'builtin',
|
||||
[LLMFactory.MinerU]: 'mineru',
|
||||
[LLMFactory.AIBadgr]: 'openai-api',
|
||||
};
|
||||
|
||||
export const APIMapUrl = {
|
||||
|
|
@ -177,4 +179,5 @@ export const APIMapUrl = {
|
|||
[LLMFactory.DeerAPI]: 'https://api.deerapi.com/token',
|
||||
[LLMFactory.TokenPony]: 'https://www.tokenpony.cn/#/user/keys',
|
||||
[LLMFactory.DeepInfra]: 'https://deepinfra.com/dash/api_keys',
|
||||
[LLMFactory.AIBadgr]: 'https://aibadgr.com/api-keys',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue