time to test on old
This commit is contained in:
2
app.py
2
app.py
@@ -27,7 +27,7 @@ def process_url():
|
|||||||
|
|
||||||
# Process the transcript and stream the result.
|
# Process the transcript and stream the result.
|
||||||
response = create_and_stream(transcript)
|
response = create_and_stream(transcript)
|
||||||
log.write(f"\n\n\n### New Entry at {datetime.now(pytz.timezone('America/New_York')).strftime('%Y-%m-%d %H:%M:%S')}\n\n URL: {url}\n Video ID: {video_id}\n\nAssistant Response: {response}")
|
log.write(f"\n\n\n### New Entry at {datetime.now(pytz.timezone('America/New_York')).strftime('%Y-%m-%d %H:%M:%S')}\n\n URL: {url}\n Video ID: {video_id}\n\nAssistant Response: \n{response}")
|
||||||
# Return a response
|
# Return a response
|
||||||
return response # Add more detailed output if needed
|
return response # Add more detailed output if needed
|
||||||
|
|
||||||
|
|||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Reference in New Issue
Block a user