Adapter class added
This commit is contained in:
parent
ca4f56833a
commit
a9d9e13474
3 changed files with 70 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue