mirror of
https://github.com/jlengrand/tldw.git
synced 2026-03-10 08:51:17 +00:00
Update config.txt
This commit is contained in:
@@ -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.
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user