PierreBrunelle
commited on
Commit
•
5746517
1
Parent(s):
3732d48
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ t['response'] = openai.chat_completions(messages=t.message, model='gpt-4o-mini-2
|
|
61 |
t['answer'] = t.response.choices[0].message.content
|
62 |
|
63 |
MAX_VIDEO_SIZE_MB = 35
|
|
|
64 |
|
65 |
def process_and_generate_post(video_file, social_media_type):
|
66 |
if not video_file:
|
|
|
61 |
t['answer'] = t.response.choices[0].message.content
|
62 |
|
63 |
MAX_VIDEO_SIZE_MB = 35
|
64 |
+
CONCURRENCY_LIMIT = 1
|
65 |
|
66 |
def process_and_generate_post(video_file, social_media_type):
|
67 |
if not video_file:
|