-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (29 loc) · 957 Bytes
/
app.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
{
"name": "Quick Summarize AI",
"description": "Revolutionize your YouTube learning experience with our innovative tool that generates summaries and notes for any video. Save time and improve your retention with our concise and easy-to-understand format. Perfect for students, professionals, and anyone looking to enhance their learning. Try it out today!",
"keywords": [
"Youtube",
"Summarize",
"AI",
"Chatgpt",
"openai"
],
"website": "https://akashrchandran.in",
"repository": "https://github.com/akashrchandran/QuickSummarizeAI",
"success_url": "/",
"env": {
"DEV_PROMPT": {
"description": "Prompt which should be used for summarization"
},
"OPENAI_API_KEY": {
"description": "OpenAI API key"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "Eco"
}
},
"image": "heroku/python"
}