34 lines
928 B
Text
34 lines
928 B
Text
# config/user.yaml.example
|
|
# Copy to config/user.yaml and fill in your details.
|
|
# The first-run wizard will create this file automatically.
|
|
|
|
name: "Your Name"
|
|
email: "you@example.com"
|
|
phone: "555-000-0000"
|
|
linkedin: "linkedin.com/in/yourprofile"
|
|
career_summary: >
|
|
Experienced professional with X years in [your field].
|
|
Specialise in [key skills]. Known for [strength].
|
|
|
|
nda_companies: [] # e.g. ["FormerEmployer"] — masked in research briefs
|
|
|
|
docs_dir: "~/Documents/JobSearch"
|
|
ollama_models_dir: "~/models/ollama"
|
|
vllm_models_dir: "~/models/vllm"
|
|
|
|
inference_profile: "remote" # remote | cpu | single-gpu | dual-gpu
|
|
|
|
services:
|
|
streamlit_port: 8501
|
|
ollama_host: localhost
|
|
ollama_port: 11434
|
|
ollama_ssl: false
|
|
ollama_ssl_verify: true
|
|
vllm_host: localhost
|
|
vllm_port: 8000
|
|
vllm_ssl: false
|
|
vllm_ssl_verify: true
|
|
searxng_host: localhost
|
|
searxng_port: 8888
|
|
searxng_ssl: false
|
|
searxng_ssl_verify: true
|