-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usability issues with the inline completer #16
Comments
I think it's a mix of all of these.
Maybe we could make it more reliable with a better use of the inline completer and the throttler.
|
2s sounds like a lot. Wondering if we can already see some improvements with other providers like in #17 for example. If that's the case maybe there isn't much we can do about the Mistral provider. |
As far as I know, Groq does not provide a completion model out of the box (not with langchain at least). |
OK, we could try with OpenAI then. |
When trying #15 locally with MistralAI, the inline completer seems to be "off" most of the time, making it difficult to use:
I believe this was already noticed in #8 and may be the same issue.
It's not clear yet whether it's because the Mistral API is slow to respond, because of its 1 req/s limit or how the inline completer is currently set up.
The text was updated successfully, but these errors were encountered: