New "Chat Sharing" page

New "Chat Sharing" docs page
This commit is contained in:
Silentoplayz
2024-12-20 15:29:07 -05:00
parent 9abe7258a3
commit a426f985cf
23 changed files with 172 additions and 22 deletions

View File

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

View File

@@ -0,0 +1,6 @@
---
sidebar_position: 3
title: "🗨️ Speech-to-Text"
---
Coming soon!

View File

@@ -0,0 +1,6 @@
---
sidebar_position: 1
title: "🗨️ OpenAI API"
---
Coming soon!

View File

@@ -0,0 +1,6 @@
---
sidebar_position: 2
title: "🗨️ Web API"
---
Coming soon!

View File

@@ -0,0 +1,6 @@
---
sidebar_position: 0
title: "🗨️ Whisper (Local)"
---
Coming soon!