-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
33 lines (33 loc) · 870 Bytes
/
config.json
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
{
"openai_api_key": "",
"chat_provider": "openai",
"chat_model": "gpt-4o-mini",
"chat_temperature": 1,
"tts_provider": "google",
"tts_voice": "en-US-Casual-K",
"tts_model": "standard",
"image_provider": "replicate",
"image_model": "flux-schnell",
"openai_endpoint": null,
"times_used": 0,
"did_show_rate_dialog": false,
"generate_at_review": true,
"prompts_map": {
"note_types": {}
},
"last_seen_version": null,
"uuid": null,
"regenerate_notes_when_batching": false,
"allow_empty_fields": true,
"last_message_id": 0,
"debug": false,
"auth_token": null,
"legacy_support": null,
"legacy_openai_model": null,
"did_show_chained_error_dialog": false,
"did_show_premium_tts_dialog": false,
"did_deck_filter_migration": false,
"chat_markdown_to_html": true,
"tts_strip_html": true,
"did_click_rate_link": false
}