Files
tldw/config.txt
2024-05-10 22:49:20 -07:00

29 lines
745 B
Plaintext

[API]
anthropic_api_key = <anthropic_api_key
anthropic_model = claude-3-sonnet-20240229
cohere_api_key = <your_cohere_api_key>
cohere_model = command-r-plus
groq_api_key = <your_groq_api_key>
groq_model = llama3-70b-8192
openai_api_key = <openai_api_key>
openai_model = gpt-4-turbo
huggingface_api_token = <huggingface_api_token>
huggingface_model = CohereForAI/c4ai-command-r-plus
[Local-API]
kobold_api_key = <kobold api key>
kobold_api_IP = http://127.0.0.1:5001/api/v1/generate
llama_api_key = <llama.cpp api key>
llama_api_IP = http://127.0.0.1:8080/completion
ooba_api_key = <ooba api key>
ooba_api_IP = http://127.0.0.1:5000/v1/chat/completions
[Paths]
output_path = Results
logging_file = Logs
[Processing]
processing_choice = cuda