Windows automatically recognizes username (#3214)

This commit is contained in:
Jeffrey Chen 2024-05-07 06:03:14 +08:00 committed by GitHub
parent ee02f548c8
commit d091fe3c21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@ Refer to the section [above](#how-do-i-configure-ollama-server) for how to set e
- macOS: `~/.ollama/models` - macOS: `~/.ollama/models`
- Linux: `/usr/share/ollama/.ollama/models` - Linux: `/usr/share/ollama/.ollama/models`
- Windows: `C:\Users\<username>\.ollama\models` - Windows: `C:\Users\%username%\.ollama\models`
### How do I set them to a different location? ### How do I set them to a different location?