@@ -80,17 +80,19 @@ If Ollama is run as a systemd service, environment variables should be set using
80
80
81
81
# ## Setting environment variables on Windows
82
82
83
- On windows , Ollama inherits your user and system environment variables.
83
+ On Windows , Ollama inherits your user and system environment variables.
84
84
85
- 1. First Quit Ollama by clicking on it in the task bar
85
+ 1. First Quit Ollama by clicking on it in the task bar.
86
86
87
- 2. Edit system environment variables from the control panel
87
+ 2. Start the Settings (Windows 11) or Control Panel (Windows 10) application and search for _environment variables_.
88
88
89
- 3. Edit or create New variable(s) for your user account for ` OLLAMA_HOST ` , ` OLLAMA_MODELS ` , etc .
89
+ 3. Click on _Edit environment variables for your account_ .
90
90
91
- 4. Click OK/Apply to save
91
+ 4. Edit or create a new variable for your user account for ` OLLAMA_HOST ` , ` OLLAMA_MODELS ` , etc.
92
92
93
- 5. Run ` ollama` from a new terminal window
93
+ 5. Click OK/Apply to save.
94
+
95
+ 6. Start the Ollama application from the Windows Start menu.
94
96
95
97
96
98
# # How can I expose Ollama on my network?
@@ -237,4 +239,4 @@ If you wish to override the `OLLAMA_KEEP_ALIVE` setting, use the `keep_alive` AP
237
239
238
240
If too many requests are sent to the server, it will respond with a 503 error
239
241
indicating the server is overloaded. You can adjust how many requests may be
240
- queue by setting ` OLLAMA_MAX_QUEUE`
242
+ queue by setting ` OLLAMA_MAX_QUEUE`
0 commit comments