mirror of
https://github.com/jlengrand/tldw.git
synced 2026-03-10 08:51:17 +00:00
Summarization through OpenAI and Anthropic's APIs are verified working. Next step is local API endpoints.
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
[API]
|
|
openai_api_key = <openai_api_key_value>
|
|
openai_model = gpt-3.5-turbo
|
|
anthropic_api_key = <anthropic_api_Key_value>
|
|
anthropic_model = claude-3-sonnet-20240229
|
|
cohere_api_key = <your_cohere_api_key>
|
|
cohere_model = base
|
|
|
|
[Paths]
|
|
output_path = Results
|
|
|
|
[Processing]
|
|
processing_choice = cuda |