Skip to content

Commit 4a5c559

Browse files
authored
chore: remove suspended Claude Fable preset (#492)
1 parent a5ffe21 commit 4a5c559

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • packages/infrastructure/src/static-data/models/provider/Claude

packages/infrastructure/src/static-data/models/provider/Claude/index.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ import { ModelTypeEnum, type ProviderConfigType } from '../../type';
33
const models: ProviderConfigType = {
44
provider: 'Claude',
55
list: [
6-
{
7-
type: ModelTypeEnum.llm,
8-
model: 'claude-fable-5',
9-
maxContext: 1000000,
10-
maxTokens: 128000,
11-
quoteMaxToken: 200000,
12-
maxTemperature: null,
13-
vision: true,
14-
reasoning: true,
15-
reasoningEffort: true,
16-
toolChoice: true,
17-
showTopP: false
18-
},
196
{
207
type: ModelTypeEnum.llm,
218
model: 'claude-opus-4-8',

0 commit comments

Comments
 (0)