The default, on a 128k model
The model card says 131,072 and Ollama gives you 4,096. Everything past it is dropped from the front of the prompt, which is where the system prompt lives.
- base
- llama3.1:8b
- model-context-limit
- 131072
- num-ctx
- 4096
- num-predict
- -1
- temperature
- 0.7
- top-p
- 0.9
- repeat-penalty
- 1.1
- num-parallel
- 1
- keep-alive
- 5m
- host
- 127.0.0.1