Views
No views yet


1vllm serve janhq/Jan-v3-4B-base-instruct \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --enable-auto-tool-choice \
5 --tool-call-parser hermes
6 1llama-server --model Jan-v3-4B-base-instruct-Q8_0.gguf \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --jinja \
5 --no-context-shift1temperature: 0.7
2top_p: 0.8
3top_k: 20Updated Soon