mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
New "Chat Sharing" page
New "Chat Sharing" docs page
This commit is contained in:
@@ -21,7 +21,7 @@ If you want to modify the default configuration, follow these steps:
|
||||
git clone https://github.com/searxng/searxng-docker.git
|
||||
```
|
||||
|
||||
1. Navigate to the `searxng-docker` repository:
|
||||
2. Navigate to the `searxng-docker` repository:
|
||||
|
||||
```bash
|
||||
cd searxng-docker
|
||||
@@ -109,6 +109,8 @@ search:
|
||||
# json is required
|
||||
```
|
||||
|
||||
The port in the settings.yml file for SearXNG should match that of the port number in your docker-compose.yml file for SearXNG. So if you plan to use port `1337` for example, you'd set both to `1337`. If you want to use port `8080`, keep both on `8080`. Feel free to change the `bind_address` from `0.0.0.0` to `127.0.0.1` instead. Leaving it on `0.0.0.0` means that SearXNG can listen across all interfaces, while `127.0.0.1` just means that its listening on localhost.
|
||||
|
||||
</details>
|
||||
|
||||
8. Your `searxng-docker/uwsgi.ini` file for SearXNG should look like:
|
||||
|
||||
6
docs/tutorials/speech-to-text/index.mdx
Normal file
6
docs/tutorials/speech-to-text/index.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
title: "🗨️ Speech-to-Text"
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
6
docs/tutorials/speech-to-text/openai.md
Normal file
6
docs/tutorials/speech-to-text/openai.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: "🗨️ OpenAI API"
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
6
docs/tutorials/speech-to-text/webapi.md
Normal file
6
docs/tutorials/speech-to-text/webapi.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
title: "🗨️ Web API"
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
6
docs/tutorials/speech-to-text/whisper-local.md
Normal file
6
docs/tutorials/speech-to-text/whisper-local.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
sidebar_position: 0
|
||||
title: "🗨️ Whisper (Local)"
|
||||
---
|
||||
|
||||
Coming soon!
|
||||
Reference in New Issue
Block a user