diff --git a/README.md b/README.md index 4458f78..4222d1d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ options: >python diarize.py https://www.youtube.com/watch?v=4nd1CDZP21s --api_name openai >python diarize.py https://www.youtube.com/watch?v=4nd1CDZP21s --api_name anthropic --api_key lolyearight >python diarize.py https://www.youtube.com/watch?v=4nd1CDZP21s --api_name openai --api_key lolyearight + +By default videos, transcriptions and summaries are stored in a folder with the video's name under './Results', unless otherwise specified in the config file. ``` diff --git a/config.txt b/config.txt index 1a83718..a3c1172 100644 --- a/config.txt +++ b/config.txt @@ -1,10 +1,10 @@ [API] -openai_api_key = -openai_model = gpt-3.5-turbo -anthropic_api_key = +anthropic_api_key = +openai_model = gpt-4-turbo cohere_api_key = -cohere_model = base +cohere_model = command-r-plus [Paths] output_path = Results