Skip to content

Commit

Permalink
Merge pull request #1073 from prxshetty/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
feder-cr authored Jan 31, 2025
2 parents a323f6b + b910ae1 commit 96eaef4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ In the digital age, the job search landscape has undergone a dramatic transforma
```

or for Windows-based machines -

```bash
python3 -m venv virtual
```

```bash
.\virtual\Scripts\activate
```
Expand Down Expand Up @@ -133,12 +136,13 @@ This file contains sensitive information. Never share or commit this file to ver
- claude: any model
- gemini: any model
- `LLM_API_URL`:
>The `LLM_API_URL` field is only required for Ollama
- 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>
- gemini: <https://aistudio.google.com/app/apikey>
- Note: To run local Ollama, follow the guidelines here: [Guide to Ollama deployment](https://github.com/ollama/ollama). The `LLM_API_URL` field is only required for Ollama.
- Note: To run local Ollama, follow the guidelines here: [Guide to Ollama deployment](https://github.com/ollama/ollama).

### 2. plain_text_resume.yaml

Expand Down

0 comments on commit 96eaef4

Please sign in to comment.