修改: app/components/emoji.tsx

修改:     app/constant.ts
This commit is contained in:
glay
2025-03-01 19:47:30 +08:00
parent 511dcdf8b8
commit ea979f5b32
2 changed files with 13 additions and 6 deletions

View File

@@ -526,6 +526,7 @@ const bedrockModels = [
"anthropic.claude-3-sonnet-20240229-v1:0",
"anthropic.claude-3-5-sonnet-20241022-v2:0",
"anthropic.claude-3-opus-20240229-v1:0",
"us.anthropic.claude-3-7-sonnet-20250219-v1:0",
// Meta Llama Models
"us.meta.llama3-1-8b-instruct-v1:0",
"us.meta.llama3-1-70b-instruct-v1:0",
@@ -844,15 +845,15 @@ export const DEFAULT_MODELS = [
},
})),
...bedrockModels.map((name) => ({
name,
available: true,
sorted: seq++,
provider: {
name,
available: true,
sorted: seq++,
provider: {
id: "bedrock",
providerName: "Bedrock",
providerType: "bedrock",
sorted: 15,
},
},
})),
] as const;