Set Fireworks-hosted Codestral as default code completion model
What does this MR do and why?
Set Fireworks-hosted Codestral as defualt code completion by removing the use_fireworks_codestral_code_completion feature flag
How to set up and validate locally
curl -X "POST" "http://gdk.test:3000/api/v4/code_suggestions/direct_access" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer AUTH_TOKEN' \
-d $'{}'
Result should have
"model_details": {
"model_provider": "fireworks_ai",
"model_name": "codestral-2501"
}
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Allen Cook