feat: parse response message

This commit is contained in:
butterfly
2024-04-07 15:20:27 +08:00
parent 3cb4315193
commit 768decde93
3 changed files with 85 additions and 52 deletions

View File

@@ -301,7 +301,7 @@ export const DEFAULT_MODELS = [
},
},
{
name: "claude-instant-1",
name: "claude-instant-1.2",
available: true,
provider: {
id: "anthropic",
@@ -310,7 +310,16 @@ export const DEFAULT_MODELS = [
},
},
{
name: "claude-2",
name: "claude-2.0",
available: true,
provider: {
id: "anthropic",
providerName: "Anthropic",
providerType: "anthropic",
},
},
{
name: "claude-2.1",
available: true,
provider: {
id: "anthropic",