fixes missing comma.......
This commit is contained in:
parent
1644e82f25
commit
4190d5fef6
|
@ -37,6 +37,7 @@ const getModelsResponse = () => {
|
|||
"claude-2.1",
|
||||
"claude-3-haiku-20240307",
|
||||
"claude-3-opus-20240229",
|
||||
"claude-3-opus-latest",
|
||||
"claude-3-sonnet-20240229",
|
||||
"claude-3-5-sonnet-20240620",
|
||||
"claude-3-5-sonnet-20241022",
|
||||
|
|
|
@ -22,7 +22,7 @@ const KNOWN_MODEL_IDS: ModuleAliasTuple[] = [
|
|||
["anthropic.claude-3-haiku-20240307-v1:0"],
|
||||
["anthropic.claude-3-opus-20240229-v1:0"],
|
||||
["anthropic.claude-3-5-sonnet-20240620-v1:0"],
|
||||
["anthropic.claude-3-5-sonnet-20241022-v2:0"]
|
||||
["anthropic.claude-3-5-sonnet-20241022-v2:0"],
|
||||
["mistral.mistral-7b-instruct-v0:2"],
|
||||
["mistral.mixtral-8x7b-instruct-v0:1"],
|
||||
["mistral.mistral-large-2402-v1:0"],
|
||||
|
|
Loading…
Reference in New Issue