mirror of
https://github.com/ollama/ollama.git
synced 2025-04-12 21:59:22 +02:00
Update envconfig/config.go
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
7632c4cb3c
commit
efa75659c3
@ -169,7 +169,7 @@ var (
|
||||
// Enable the new Ollama engine
|
||||
NewEngine = Bool("OLLAMA_NEW_ENGINE")
|
||||
// ContextLength sets the default context length
|
||||
ContextLength = Uint("OLLAMA_CONTEXT_LENGTH", 8<<10)
|
||||
ContextLength = Uint("OLLAMA_CONTEXT_LENGTH", 2048)
|
||||
)
|
||||
|
||||
func String(s string) func() string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user