Files
tldw/config.txt
Robert c2c7a3c6f6 Summarization through Anthropic and OpenAI working
Summarization through OpenAI and Anthropic's APIs are verified working. Next step is local API endpoints.
2024-05-04 20:20:36 -07:00

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