Jarry commited on
Commit
8f229c1
·
1 Parent(s): 6a9fa6b

Update llm_factories.json (#3396)

Browse files

### What problem does this PR solve?
Added: Claude-3-5-sonnet-20241022 version.

### Type of change
- [x] New Feature (non-breaking change which adds functionality)

Files changed (1) hide show
  1. conf/llm_factories.json +7 -1
conf/llm_factories.json CHANGED
@@ -2340,6 +2340,12 @@
2340
  "max_tokens": 204800,
2341
  "model_type": "chat"
2342
  },
 
 
 
 
 
 
2343
  {
2344
  "llm_name": "claude-3-opus-20240229",
2345
  "tags": "LLM,CHAT,200k",
@@ -2455,4 +2461,4 @@
2455
  "llm": []
2456
  }
2457
  ]
2458
- }
 
2340
  "max_tokens": 204800,
2341
  "model_type": "chat"
2342
  },
2343
+ {
2344
+ "llm_name": "claude-3-5-sonnet-20241022",
2345
+ "tags": "LLM,CHAT,200k",
2346
+ "max_tokens": 204800,
2347
+ "model_type": "chat"
2348
+ },
2349
  {
2350
  "llm_name": "claude-3-opus-20240229",
2351
  "tags": "LLM,CHAT,200k",
 
2461
  "llm": []
2462
  }
2463
  ]
2464
+ }