File size: 660 Bytes
4b9d55e
ba81a8e
4b9d55e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba81a8e
4b9d55e
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- https://mkdocstrings.github.io/python/usage/configuration/general/ -->
::: speaches.config.Config
    options:
        show_bases: true
        show_if_no_docstring: true
        show_labels: false
        separate_signature: true
        show_signature_annotations: true
        signature_crossrefs: true
        summary: false
        source: true
        members_order: source
        filters:
            - "!model_config"
            - "!chat_completion_*"
            - "!speech_*"
            - "!transcription_*"

::: speaches.config.WhisperConfig

<!-- TODO: nested model `whisper`  -->
<!-- TODO: Insert new lines for multi-line docstrings  -->