Add support for Anthropic Claude-3 model in configuration and update Usage.md

This commit is contained in:
mrT23
2024-03-06 08:20:08 +02:00
parent 1c856a7d41
commit 26fb2a4164
2 changed files with 16 additions and 1 deletions

View File

@ -19,7 +19,8 @@ MAX_TOKENS = {
'vertex_ai/codechat-bison-32k': 32000,
'codechat-bison': 6144,
'codechat-bison-32k': 32000,
'anthropic.claude-v2': 100000,
'anthropic.claude-instant-v1': 100000,
'anthropic.claude-v1': 100000,
'anthropic.claude-v2': 100000,
'anthropic/claude-3-opus-20240229': 100000,
}