mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 13:45:58 +08:00
Update llm_factories.json (#3396)
### 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)
This commit is contained in:
parent
4caf932808
commit
0657a09e2c
@ -2340,6 +2340,12 @@
|
|||||||
"max_tokens": 204800,
|
"max_tokens": 204800,
|
||||||
"model_type": "chat"
|
"model_type": "chat"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "claude-3-5-sonnet-20241022",
|
||||||
|
"tags": "LLM,CHAT,200k",
|
||||||
|
"max_tokens": 204800,
|
||||||
|
"model_type": "chat"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"llm_name": "claude-3-opus-20240229",
|
"llm_name": "claude-3-opus-20240229",
|
||||||
"tags": "LLM,CHAT,200k",
|
"tags": "LLM,CHAT,200k",
|
||||||
@ -2455,4 +2461,4 @@
|
|||||||
"llm": []
|
"llm": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user