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

@ -211,11 +211,12 @@ This file defines your job search parameters and bot behavior. Each section cont
- Marketing
```
- `llm_model_type`:
- Choose the model type, supported: openai / ollama
- Choose the model type, supported: openai / ollama / claude
- `llm_model`:
- Choose the LLM model, currently supported:
- openai: gpt-4o
- ollama: llama2, mistral:v0.3
- claude: any model
- `llm_api_url`:
- Link of the API endpoint for the LLM model