diff --git a/docs/features/chat-params.md b/docs/features/chat-params.md index 46bb508..58b3840 100644 --- a/docs/features/chat-params.md +++ b/docs/features/chat-params.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -title: "Chat Parameters" +title: "⚙️ Chat Parameters" --- Within Open WebUI, there are three levels to setting a **System Prompt** and **Advanced Parameters**: per-chat basis, per-model basis, and per-account basis. This hierarchical system allows for flexibility while maintaining structured administration and control. diff --git a/docs/features/conversation-organization.md b/docs/features/conversation-organization.md index d13b65d..8d646ea 100644 --- a/docs/features/conversation-organization.md +++ b/docs/features/conversation-organization.md @@ -25,7 +25,7 @@ If you are managing multiple projects, you can create separate folders for each Tags provide an additional layer of organization by allowing you to label conversations with keywords or phrases. - **Adding Tags to Conversations**: Tags can be applied to conversations based on their content or purpose. Tags are flexible and can be added or removed as needed. -![Tag Demo](/img/folder-demo.gif) +![Tag Demo](/img/tag-demo.gif) - **Using Tags for Searching**: Tags make it easy to locate specific conversations by using the search feature. You can filter conversations by tags to quickly find those related to specific topics. ### Example Use Case diff --git a/docs/features/images.md b/docs/features/images.md index 4d9fbbb..725d821 100644 --- a/docs/features/images.md +++ b/docs/features/images.md @@ -1,6 +1,6 @@ --- sidebar_position: 6 -title: "Image Generation" +title: "🎨 Image Generation" --- # Image Generation diff --git a/docs/features/ollama.md b/docs/features/ollama.md index 4218361..90ea021 100644 --- a/docs/features/ollama.md +++ b/docs/features/ollama.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -title: "Ollama Load Balancing" +title: "⚖️ Ollama Load Balancing" --- # Ollama Load Balancing Setup diff --git a/docs/getting-started/advanced-topics/env-configuration.md b/docs/getting-started/advanced-topics/env-configuration.md index 783df58..ac5b59d 100644 --- a/docs/getting-started/advanced-topics/env-configuration.md +++ b/docs/getting-started/advanced-topics/env-configuration.md @@ -351,6 +351,11 @@ requests initiated by third-party websites, but only over HTTPS. - Description: Sets the timeout in seconds for internal aiohttp connections. This impacts things such as connections to Ollama and OpenAI endpoints. +### `AIOHTTP_CLIENT_TIMEOUT_OPENAI_MODEL_LIST` + +- Type: `int` +- Description: Sets the timeout in seconds for fetching the OpenAI model list. This can be useful in cases where network latency requires a longer timeout duration to successfully retrieve the model list. + #### `FONTS_DIR` - Type: `str`