- Fix case duplicates (guide→Guide, project→Project, etc.) - Consolidate single-post tags into broader categories - Add technology tags (Python, AWS, Salt, Docker, Kubernetes) to 93 posts - Add lib/tag_stats.py tool for checking tag usage - Update CLAUDE.md with tag guidelines
3 lines
228 B
Bash
3 lines
228 B
Bash
source venv/bin/activate
|
|
export OPENAI_API_KEY=dummy
|
|
nohup litellm --model openai/hf.co/bartowski/NousResearch_NousCoder-14B-GGUF:Q8_0 --api_base https://qwen.ai.unturf.com/v1 --port 8000 --drop_params > /tmp/litellm.log 2>&1 &
|