diff --git a/app/services/llm.py b/app/services/llm.py index d44f70d..6c954a8 100644 --- a/app/services/llm.py +++ b/app/services/llm.py @@ -440,4 +440,5 @@ if __name__ == "__main__": video_subject=video_subject, video_script=script, amount=5 ) print("######################") - print(search_terms) \ No newline at end of file + print(search_terms) + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 328b3b1..a1731f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ azure-cognitiveservices-speech==1.41.1 redis==5.2.0 python-multipart==0.0.19 pyyaml -requests>=2.31.0 \ No newline at end of file +requests>=2.31.0