@@ -20,11 +20,11 @@ Once the model is downloaded, and your Ollama instance is running and accessible
2020
2121Navigating to the Admin Portal in AI Server, select the ** AI Providers** menu item on the left sidebar.
2222
23- ![ AI Providers] ( /img/pages/ai-server/admin-dashboard.png )
23+ ![ AI Providers] ( /img/pages/ai-server/admin-dashboard.webp )
2424
2525Click on the ** New Provider** button at the top of the grid.
2626
27- ![ New Provider] ( /img/pages/ai-server/admin-dashboard-providers.png )
27+ ![ New Provider] ( /img/pages/ai-server/admin-dashboard-providers.webp )
2828
2929Select Ollama as the Provider Type at the top of the form, and fill in the required fields:
3030
@@ -33,13 +33,13 @@ Select Ollama as the Provider Type at the top of the form, and fill in the requi
3333- ** API Key** : Optional API key to authenticate with your Ollama instance.
3434- ** Priority** : The priority of the provider, used to determine the order of provider selection if multiple provide the same model.
3535
36- ![ Ollama Provider] ( /img/pages/ai-server/admin-dashboard-ollama-provider.png )
36+ ![ Ollama Provider] ( /img/pages/ai-server/admin-dashboard-ollama-provider.webp )
3737
3838Once the URL (and optional API Key) is set, requests will be made to your Ollama instance to list available models.
3939By default, it will look for a locally running Ollama instance on port 11434, but you can change the URL to point to your Ollama instance.
4040These will then be displayed as options to enable for the provider you are configuring.
4141
42- ![ Ollama Models] ( /img/pages/ai-server/ollama-models.png )
42+ ![ Ollama Models] ( /img/pages/ai-server/ollama-models.webp )
4343
4444Select the models you want to enable for this provider, and click ** Save** to save the provider configuration.
4545
0 commit comments