-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 823 Bytes
/
config.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"version": "2.0",
"api_type": "openai",
"openai": {
"api_key_envvar": "OPENAI_API_KEY",
"model_name": "dall-e-3"
},
"azure": {
"api_key_envvar": "AZURE_OPENAI_API_KEY",
"endpoint_envvar": "AZURE_OPENAI_ENDPOINT",
"model_name": "dall-e-3"
},
"model": {
"model_type": "dalle3",
"dalle2": {
"size": "1024x1024"
},
"dalle3": {
"size": "1792x1024",
"quality": "standard"
},
"gptimage1": {
"size": "1536x1024",
"quality": "low"
}
},
"system": {
"window_width": 1024,
"window_height": 800,
"welcome_title": "Welcome",
"welcome_message": "DalleCraft is a tool for generating images using DALL-E3."
}
}