Fix wording and emphasis

This commit is contained in:
Justin Hayes 2024-02-25 22:53:04 -05:00 committed by GitHub
parent b04079be0c
commit 0335053495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB