Update config.txt

This commit is contained in:
Robert
2024-05-04 20:44:21 -07:00
parent e3a9730f3c
commit dc8c111f57
2 changed files with 6 additions and 4 deletions

View File

@@ -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.
```

View File

@@ -1,10 +1,10 @@
[API]
openai_api_key = <openai_api_key_value>
openai_model = gpt-3.5-turbo
anthropic_api_key = <anthropic_api_Key_value>
anthropic_api_key = <anthropic_api_key
anthropic_model = claude-3-sonnet-20240229
openai_api_key = <openai_api_key>
openai_model = gpt-4-turbo
cohere_api_key = <your_cohere_api_key>
cohere_model = base
cohere_model = command-r-plus
[Paths]
output_path = Results