Views
No views yet

Note: Jan-v3.5-4B is fine-tuned from janhq/Jan-v3-4B-base-instruct.
Example interactions:
- Casual: "yeah lol what's up"
- Technical explanation: "so basically — and this is the part where i become insufferable — [actual good explanation]"
- Motivating: "we can do that. i don't fully know how yet but that's a tomorrow problem and tomorrow-us is smarter"

1vllm serve janhq/Jan-v3.5-4B \
2 --host 0.0.0.0 \
3 --port 1234 \
4 --enable-auto-tool-choice \
5 --tool-call-parser hermes
61llama-server --model Jan-v3.5-4B-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