Skip to content

Commit 0b13b8d

Browse files
authored
Add support for mistral-large (#11398)
1 parent 1f48dd9 commit 0b13b8d

File tree

1 file changed

+1
-0
lines changed
  • llama-index-integrations/llms/llama-index-llms-mistralai/llama_index/llms/mistralai

1 file changed

+1
-0
lines changed

llama-index-integrations/llms/llama-index-llms-mistralai/llama_index/llms/mistralai/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"mistral-tiny": 32000,
55
"mistral-small": 32000,
66
"mistral-medium": 32000,
7+
"mistral-large": 32000,
78
}
89

910

0 commit comments

Comments
 (0)