README updated
This commit is contained in:
parent
777d1fa4a6
commit
28b8fa3746
@ -210,6 +210,8 @@ This file defines your job search parameters and bot behavior. Each section cont
|
|||||||
- Sales
|
- Sales
|
||||||
- Marketing
|
- Marketing
|
||||||
```
|
```
|
||||||
|
#### 2.1 config.yaml - Customize LLM model endpoint
|
||||||
|
|
||||||
- `llm_model_type`:
|
- `llm_model_type`:
|
||||||
- Choose the model type, supported: openai / ollama / claude
|
- Choose the model type, supported: openai / ollama / claude
|
||||||
- `llm_model`:
|
- `llm_model`:
|
||||||
@ -219,6 +221,10 @@ This file defines your job search parameters and bot behavior. Each section cont
|
|||||||
- claude: any model
|
- claude: any model
|
||||||
- `llm_api_url`:
|
- `llm_api_url`:
|
||||||
- Link of the API endpoint for the LLM model
|
- Link of the API endpoint for the LLM model
|
||||||
|
- openai: https://api.pawan.krd/cosmosrp/v1
|
||||||
|
- ollama: http://127.0.0.1:11434/
|
||||||
|
- claude: https://api.anthropic.com/v1
|
||||||
|
- Note: To run local Ollama, follow the guidelines here: [Guide to Ollama deployment](https://github.com/ollama/ollama)
|
||||||
|
|
||||||
### 3. plain_text_resume.yaml
|
### 3. plain_text_resume.yaml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user