Skip to content

feat(models): decouple healthcheck to other capabilities#765

Closed
leoguillaume wants to merge 1 commit into
mainfrom
642-refactor-model-configuration-health-check-to-use-standard-forwarding-pipeline
Closed

feat(models): decouple healthcheck to other capabilities#765
leoguillaume wants to merge 1 commit into
mainfrom
642-refactor-model-configuration-health-check-to-use-standard-forwarding-pipeline

feat(models): convert get capabilities of a provider with standard fo…

b90f0aa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 19, 2026 in 3s

3 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1 in api/schemas/audio.py

See this annotation in the file changed.

Code scanning / CodeQL

Syntax error Error

Syntax Error (in Python 3).

Check warning on line 11 in api/infrastructure/http/model/_albertmodelhttpclient.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

This method requires 1 positional argument, whereas overridden
ModelHttpClient.format_audio_transcription_request
requires 2.

Check warning on line 42 in api/infrastructure/http/model/_mistralmodelhttpclient.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

This method requires 1 positional argument, whereas overridden
ModelHttpClient.format_audio_transcription_request
requires 2.