Skip to content

[AI Bundle] Add albert platform configuration support #836

@jvancoillie

Description

@jvancoillie

The underlying support for the Albert API already exists in the codebase, but it is currently not possible to configure it through the ai.platforms section, as the albert platform name is not included in the list of auto-configured platforms (see AiBundle::processPlatformConfig).

Example configuration that should ideally work:

ai:
  platforms:
    albert:
      api_key: '%env(ALBERT_API_KEY)%'
      host_url: '%env(ALBERT_API_URL)%'

Expected behavior:
The configuration should register the Albert platform similarly to the existing platforms (e.g., openai, mistral, ollama, etc.).

Request:
Add "albert" to the list of recognized platform keys in the bundle so it can be configured normally.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    PlatformIssues & PRs about the AI Platform componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions