Enable Fireworks/Codestral by default for code completion

What does this MR do and why?

Enables Fireworks/Codestral by default for code completion

References

How to set up and validate locally

curl -X "POST" "http://gdk.test:3000/api/v4/code_suggestions/completions" \
     -H 'Content-Type: application/json' \
     -H 'Authorization: Bearer AUTH_TOKEN' \
     -d $'{
  "prompt_version": 2,
  "current_file": {
    "file_name": "test.go",
    "content_above_cursor": "// write a function that parses a .env file",
    "content_below_cursor": "//end function"
  },
  "intent": "completion"
}'

Should use fireworks_ai/codestral-2501 as the model

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.

Merge request reports

Loading