mirror of
https://github.com/jlengrand/tldw.git
synced 2026-03-10 08:51:17 +00:00
29 lines
741 B
Plaintext
29 lines
741 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_key = <huggingface_api_key>
|
|
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 |