| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-Authored-By: ForgeCode <noreply@forgecode.dev>
|
|
Sorry, something went wrong.
|
Action required: PR inactive for 5 days. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Adds first-class support for Scaleway Generative APIs as an OpenAI-compatible ForgeCode provider.
Motivation
Scaleway follows the OpenAI Chat Completions contract, but two provider-specific details prevent a generic configuration from working reliably in ForgeCode:
This integration handles both details centrally so users can select Scaleway like any other native provider.
User impact
Users can now run:
forge provider login scaleway forge config set model scaleway glm-5.2They may leave SCW_PROJECT_ID blank for the default project or provide a project ID when their IAM key has access to it.
Validation
References