File size: 865 Bytes
ee7230e
 
5df3ca5
ee7230e
b5d8a79
5cb1ef7
708bc33
b5d8a79
 
 
 
 
819a8c6
b5d8a79
 
 
819a8c6
b5d8a79
819a8c6
b5d8a79
 
 
 
708bc33
819a8c6
 
 
b5d8a79
819a8c6
 
b5d8a79
819a8c6
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
server:
    port: 8080
    host: 0.0.0.0
whisper:
    length_ms: 5000
    keep_ms: 200
    step_ms: 500
    model: "models/ggml-large-v3.bin"
#    model: "models/ggml-base.bin"
#    model: "models/ggml-medium.en.bin"
    max_prompt_tokens: 32
    context_confidence_threshold: 0.5
    params:
#        n_threads: 8
#        max_tokens: 0
#        audio_ctx: 0
        speed_up: false
        single_segment: true
        translate: false
#        temperature_inc: 0.2 #0.4
#        temperature_inc: 0
#        entropy_threshold: 2.5
#        entropy_threshold: 2.8
        n_max_text_ctx: 0 #16384
        print_special: false
        print_progress: false
        print_realtime: false
        token_timestamps: false
        no_context: false
        no_timestamps: false
        suppress_non_speech_tokens: false
        tinydiarize: false
        language: "en"