Merge pull request #272 from parniantaghipour/main

AIOHTTP_CLIENT_TIMEOUT_OPENAI_MODEL_LIST added to configuration  doc
This commit is contained in:
Timothy Jaeryang Baek 2024-11-07 00:23:52 -08:00 committed by GitHub
commit 9e6d9bb987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 3 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. 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.

View File

@ -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. 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. - **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. - **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 ### Example Use Case

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 6 sidebar_position: 6
title: "Image Generation" title: "🎨 Image Generation"
--- ---
# Image Generation # Image Generation

View File

@ -1,6 +1,6 @@
--- ---
sidebar_position: 3 sidebar_position: 3
title: "Ollama Load Balancing" title: "⚖️ Ollama Load Balancing"
--- ---
# Ollama Load Balancing Setup # Ollama Load Balancing Setup

View File

@ -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 - Description: Sets the timeout in seconds for internal aiohttp connections. This impacts things
such as connections to Ollama and OpenAI endpoints. 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` #### `FONTS_DIR`
- Type: `str` - Type: `str`