Skip to content

Commit

Permalink
Update config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusser01 committed May 5, 2024
1 parent e3a9730 commit dc8c111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```


Expand Down
8 changes: 4 additions & 4 deletions config.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dc8c111

Please sign in to comment.