mirror of
https://github.com/ollama/ollama.git
synced 2025-09-19 08:11:36 +02:00
config: update default context length to 4096
This commit is contained in:
@@ -279,8 +279,8 @@ func TestVar(t *testing.T) {
|
||||
|
||||
func TestContextLength(t *testing.T) {
|
||||
cases := map[string]uint{
|
||||
"": 2048,
|
||||
"4096": 4096,
|
||||
"": 4096,
|
||||
"2048": 2048,
|
||||
}
|
||||
|
||||
for k, v := range cases {
|
||||
|
Reference in New Issue
Block a user