Auto complete not working in vscodium #8622
Replies: 1 comment
-
|
update: It works now. It has something to do with config file - uses: mistral/condestral
with:
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}After: - name: Codestral
provider: mistral
model: codestral-latest
apiKey: ${{ secrets.MISTRAL_API_KEY }}
apiBase: https://codestral.mistral.ai/v1
roles:
- autocomplete
- chat
- edit
- apply
defaultCompletionOptions:
contextLength: 256000Suggestion
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I logged in into continue account and configured my models and agents.
I also enable next edit and tab autocomplete in vscode setting
Version
1.3.22
Error message
ErrorHTTP 400 Bad Request from https://api.continue.dev/model-proxy/v1/fim/completions {"error":"Please upgrade to the latest version of Continue to use the Free Trial"}
Beta Was this translation helpful? Give feedback.
All reactions