Skip to content

Codestral via Azure ML Studio autocomplete struggling #7341

@TyDunn

Description

@TyDunn

Discussed in #7304

Originally posted by MESC2020 August 21, 2025
Context
I'm using Codestral-2501 through Azure Machine Learning Studio. The provided FIM Endpoints are working as expected.

Issue
However, autocomplete suggestion is very basic.

Example 1
For instance, I'm trying to do the tutorial continue_tutorial.py

#                            Autocomplete provides inline code suggestions as you type.

# 1. Place cursor after `sorting_algorithm:` below and press [Enter]
# 2. Press [Tab] to accept the Autocomplete suggestion

# Basic assertion for sorting_algorithm

but Codestral returns this as suggestion:
assert sorting_algorithm([3, 1,

In Continue Console, everything seems alright.

Example 2
Or if I have this as my code:
def addTwoNumbers(l1, l2)

Codestral's suggestion is: :

Attempt to fix
I saw that there's a json configuration "multilineCompletions": "always" but json is depcrecated and it seems like yaml does not have this as configuration?

Question
So my question now: Continue specifically recommends to use codestral and yet it does not do the intended job.
Any idea why?

Edit:
Maybe you @GHuyHuynh have any idea?

Metadata

Metadata

Assignees

Labels

area:autocompleteRelates to the auto complete featurekind:bugIndicates an unexpected problem or unintended behaviorstale

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions