mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Fix wording and emphasis
This commit is contained in:
parent
b04079be0c
commit
0335053495
@ -1,15 +1,15 @@
|
|||||||
# Image Generation
|
# 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
|
## Initial Setup
|
||||||
|
|
||||||
1. Ensure that you have [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) installed.
|
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
|
./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
|
## Configuring Open WebUI
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# LiteLLM Config
|
# 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:
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
1. Go to the Settings > Models > LiteLLM model management interface.
|
1. Go to the Settings > Models > LiteLLM model management interface.
|
||||||
2. In 'Simple' mode, you will only see the option to enter a **Model**.
|
2. In 'Simple' mode, you will only see the option to enter a **Model**.
|
||||||
|
BIN
static/img/tutorial_litellm_gemini.png
Normal file
BIN
static/img/tutorial_litellm_gemini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
static/img/tutorial_litellm_ollama.png
Normal file
BIN
static/img/tutorial_litellm_ollama.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue
Block a user