diff --git a/docs/tutorial/images.md b/docs/tutorial/images.md index 59761f1..d65d037 100644 --- a/docs/tutorial/images.md +++ b/docs/tutorial/images.md @@ -1,15 +1,15 @@ # Image Generation -Open WebUI now supports image generation through the AUTOMATIC1111 [API](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API). To set this up, follow these steps: +Open WebUI now supports image generation through the **AUTOMATIC1111** [API](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API). To set this up, follow these steps: ## Initial Setup 1. Ensure that you have [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) installed. -2. Launch the WebUI with additional flags to enable API access: +2. Launch AUTOMATIC1111 with additional flags to enable API access: ``` ./webui.sh --api --listen ``` - For Docker installations, use the `--listen` flag to allow connections outside of localhost. + For Docker installations of Open WebUI, use the `--listen` flag to allow connections outside of localhost. ## Configuring Open WebUI diff --git a/docs/tutorial/litellm.md b/docs/tutorial/litellm.md index 5c2d637..18212b8 100644 --- a/docs/tutorial/litellm.md +++ b/docs/tutorial/litellm.md @@ -1,6 +1,8 @@ # LiteLLM Config -LiteLLM supports a variety of APIs, both OpenAI-compatible and others. To integrate a new API model, follow these instructions: +**LiteLLM** supports a variety of APIs, both OpenAI-compatible and others. To integrate a new API model, follow these instructions: + +![LiteLLM Config Ollama](/img/tutorial_litellm_ollama.png) ![LiteLLM Config Gemini](/img/tutorial_litellm_gemini.png) 1. Go to the Settings > Models > LiteLLM model management interface. 2. In 'Simple' mode, you will only see the option to enter a **Model**. diff --git a/static/img/tutorial_litellm_gemini.png b/static/img/tutorial_litellm_gemini.png new file mode 100644 index 0000000..61a0eb6 Binary files /dev/null and b/static/img/tutorial_litellm_gemini.png differ diff --git a/static/img/tutorial_litellm_ollama.png b/static/img/tutorial_litellm_ollama.png new file mode 100644 index 0000000..7f94488 Binary files /dev/null and b/static/img/tutorial_litellm_ollama.png differ