Adapter class added

This commit is contained in:
user 2024-09-01 11:59:43 +02:00
parent ca4f56833a
commit a9d9e13474
3 changed files with 70 additions and 20 deletions

View file

@ -40,7 +40,7 @@ companyBlacklist:
titleBlacklist:
- word1
- word2
llm_model_type: [openai / ollama]
llm_model: ['gpt-4o' / 'mistral:v0.3']
llm_api_url: [https://api.pawan.krd/cosmosrp/v1', http://127.0.0.1:11434/]
llm_model_type: [openai / ollama / claude]
llm_model: ['gpt-4o' / 'mistral:v0.3' / anymodel]
llm_api_url: [https://api.pawan.krd/cosmosrp/v1' / http://127.0.0.1:11434/]