-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_config.json
More file actions
88 lines (88 loc) · 2.47 KB
/
app_config.json
File metadata and controls
88 lines (88 loc) · 2.47 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"hardware_gpu": {
"tem_gpu": false,
"nvidia": false,
"amd": false,
"intel": false,
"apple_silicon": false,
"tipo_gpu": "",
"hardware_info": "",
"gpu_model": "",
"driver_version": "",
"memoria_gpu": "",
"ultima_deteccao": 0
},
"notas": {
"raiz": {
"tipo": "raiz",
"itens": {}
}
},
"ia_text_to_speech_pll": {
"last_voice": "nova",
"output_folder": "",
"favorite_voices": [],
"last_import_dir": ""
},
"ia_image_generation": {
"default_model": "DALL-E 3",
"default_resolution": "1024x1024",
"default_style": "Natural",
"output_folder": "",
"last_prompts": [],
"favorite_prompts": [],
"max_history": 10
},
"ia_narration": {
"default_provider": "Edge TTS",
"default_voice": "Microsoft Maria - Portuguese (Brazil)",
"default_format": "MP3",
"default_speed": 100,
"default_pitch": 0,
"output_folder": "",
"favorite_voices": [],
"recent_texts": [],
"max_history": 10
},
"ia_seo_optimizer": {
"default_platform": "YouTube",
"recent_keywords": [],
"recent_contents": [],
"output_folder": "",
"max_history": 10
},
"ia_youtube_trends": {
"default_region": "BR",
"recent_niches": [],
"output_folder": "",
"max_history": 10
},
"pexels_api_key": "",
"pixabay_api_key": "",
"openai_api_key": "",
"gemini_api_key": "",
"groq_api_key": "",
"openrouter_api_key": "",
"anthropic_api_key": "",
"llama_api_key": "",
"criar_video_automatico_settings": {
"ultimo_titulo": "",
"ultima_pasta_saida": "",
"aspect_ratio": "16:9 (Paisagem)",
"config_legenda_avancado": {
"habilitar_legendas": true,
"aparencia_fonte": "Arial",
"aparencia_capitalizacao": "Normal",
"aparencia_tamanho_fonte": 24,
"aparencia_cor_fonte": "#FFFFFF",
"aparencia_contorno_habilitar": true,
"aparencia_cor_contorno": "#000000",
"aparencia_espessura_contorno": 2,
"aparencia_posicao": "Baixo Centro",
"aparencia_estilo_negrito": false,
"aparencia_estilo_italico": false,
"aparencia_estilo_sublinhado": false
}
},
"agentes_roteiro": []
}