-
Creds in Keeper
To test: send too many requests, see how it fails, and add retry logic.
Look at the together SUT adapter for existing retry logic.
-
### The model to consider.
https://huggingface.co/mistralai/Mistral-Large-Instruct-2407
### The closest model vllm already supports.
_No response_
### What's your difficulty of supporting the mode…
-
### Issue
Mistral Large 2 is messing up the filenames.
When using the `whole` edit format, instead of writing the filename only on the line before the code, it often writes stuff like:
```
Updat…
-
While trying to use tools with Mistral, here is a sample code for boto3 which works fine:
```python
import json
import boto3
session = boto3.session.Session()
bedrock_client = session.client(…
-
### Which API Provider are you using?
OpenAI Compatible
### Which Model are you using?
mistral-large-latest
### What happened?
422 status code (no body)
### Steps to reproduce
1. Set up Cli…
-
Would be great to support this model in the sample scripts:
https://mistral.ai/news/mistral-large-2407/
https://huggingface.co/mistralai/Mistral-Large-Instruct-2407
-
### 🚀 The feature, motivation and pitch
1. `Mistral-Large-Instruct-2407` performance is great, even `Tool Use & Function Calling` : https://mistral.ai/news/mistral-large-2407/
2. the feature requir…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
https://mistral.ai/news/mistral-large/
-
Hey, I was trying to call Mistral Large 2 (24.07) on the proxy, but I got a "model not supported" error. I was looking at the code and noticed that the entry hasn't been added yet.