Skip to content

Commit

Permalink
Merge pull request FoloToy#57 from SHLcy/fix/webTool
Browse files Browse the repository at this point in the history
名字错误
  • Loading branch information
SHLcy authored Mar 29, 2024
2 parents b5ed11a + 4dfb9d6 commit ae4c4e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/installation/serverFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: Server Configuration File Explanation
sidebar_label: Server Configuration File Explanation
---

1. [docker.compose.yml](../configuration/environment_variables).This file is used to configure global parameters, such as:`TTS(Text-to-Speech)`, `LLM(Large Language Model)`, `STT(Speech-to-Text)`,`Server address` and `Port`.
1. [docker-compose.yml](../configuration/environment_variables).This file is used to configure global parameters, such as:`TTS(Text-to-Speech)`, `LLM(Large Language Model)`, `STT(Speech-to-Text)`,`Server address` and `Port`.

:::caution

Make sure all used ports are open, including `1883/tcp`,`8082/tcp`,`18083/tcp`,`8083/tcp`,`8085/udp`, `8085` port is a `UDP`. For some VPS, you may need to open the ports in the security group. **Please make sure it is opened successfully**.
:::


2. [roles.json](../configuration/roles_config).This file is used to configure the parameters for each role, such as::`start text`, `prompt`, each role's own `TTS (Text-to-Speech)`, `LLM (Large Language Model)` and `STT (Speech-to-Text)`. **If TTS, LLM, STT are not defined in `roles.json`, the system will use the ones defined in `docker.compose.yml`**
2. [roles.json](../configuration/roles_config).This file is used to configure the parameters for each role, such as::`start text`, `prompt`, each role's own `TTS (Text-to-Speech)`, `LLM (Large Language Model)` and `STT (Speech-to-Text)`. **If TTS, LLM, STT are not defined in `roles.json`, the system will use the ones defined in `docker-compose.yml`**

:::caution

Expand Down
4 changes: 2 additions & 2 deletions docs/installation/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ values={[
]}>
<TabItem value="docker-compose">

[docker.compose.yml](../configuration/environment_variables). This file is used to configure global parameters such as the global use of `TTS (Text-to-Speech)`, `LLM (Large Language Model)`, `STT (Speech-to-Text)`, server address, and port configuration. The latest version of the file is available here: [docker-compose.yml](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/docker-compose.yml)
[docker-compose.yml](../configuration/environment_variables). This file is used to configure global parameters such as the global use of `TTS (Text-to-Speech)`, `LLM (Large Language Model)`, `STT (Speech-to-Text)`, server address, and port configuration. The latest version of the file is available here: [docker-compose.yml](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/docker-compose.yml)


:::caution
Expand All @@ -49,7 +49,7 @@ values={[

<TabItem value="roles">

[roles.json](../configuration/roles_config). This file is used to configure parameters for each role, such as `startup prompt voice`, `definition of role prompts`, and individual `TTS (Text-to-Speech)`, `LLM (Large Language Model)`, and `STT (Speech-to-Text)` for each role. **If TTS, LLM, STT are not configured, the system will use the corresponding parameters configured in `docker.compose.yml`**. The latest version of the file is available here: [roles.json](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/config/roles-minimal.json)
[roles.json](../configuration/roles_config). This file is used to configure parameters for each role, such as `startup prompt voice`, `definition of role prompts`, and individual `TTS (Text-to-Speech)`, `LLM (Large Language Model)`, and `STT (Speech-to-Text)` for each role. **If TTS, LLM, STT are not configured, the system will use the corresponding parameters configured in `docker-compose.yml`**. The latest version of the file is available here: [roles.json](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/config/roles-minimal.json)

:::caution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: 服务器主要配置文件说明
sidebar_label: 服务器主要配置文件说明
---

1. [docker.compose.yml](../configuration/environment_variables)。该文件用于配置全局参数,例如:全局使用的`TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`以及`服务器地址``端口`和配置。
1. [docker-compose.yml](../configuration/environment_variables)。该文件用于配置全局参数,例如:全局使用的`TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`以及`服务器地址``端口`和配置。

:::caution

确保所有使用了的端口都打开,`1883/tcp`,`8082/tcp`,`18083/tcp`,`8083/tcp`,`8085/udp`,尤其注意 `8085`端口是 `UDP`。对于一些 VPS,可能需要去安全组打开,**请一定确保打开成功**。
:::


2. [roles.json](../configuration/roles_config)。该文件用于配置每个角色的参数。例如:`开机提示语音``角色的提示词定义`以及每个角色各自的 `TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`**如果未配置 TTS,LLM,STT,系统会选择 `docker.compose.yml`中配置的相应参数**
2. [roles.json](../configuration/roles_config)。该文件用于配置每个角色的参数。例如:`开机提示语音``角色的提示词定义`以及每个角色各自的 `TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`**如果未配置 TTS,LLM,STT,系统会选择 `docker-compose.yml`中配置的相应参数**

:::caution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ values={[
]}>
<TabItem value="docker-compose">

[docker.compose.yml](../configuration/environment_variables)。该文件用于配置全局参数,例如:全局使用的`TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`以及`服务器地址``端口`和配置。最新版的文件在这里:[docker-compose.yml](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/docker-compose.yml)
[docker-compose.yml](../configuration/environment_variables)。该文件用于配置全局参数,例如:全局使用的`TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`以及`服务器地址``端口`和配置。最新版的文件在这里:[docker-compose.yml](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/docker-compose.yml)


:::caution
Expand All @@ -49,7 +49,7 @@ values={[

<TabItem value="roles">

[roles.json](../configuration/roles_config)。该文件用于配置每个角色的参数。例如:`开机提示语音``角色的提示词定义`以及每个角色各自的 `TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`**如果未配置 TTS,LLM,STT,系统会选择 `docker.compose.yml`中配置的相应参数**。最新版的文件在这里:[roles.json](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/config/roles.json)
[roles.json](../configuration/roles_config)。该文件用于配置每个角色的参数。例如:`开机提示语音``角色的提示词定义`以及每个角色各自的 `TTS(语音转文本)``LLM(大型语言模型)``STT(语音转文字)`**如果未配置 TTS,LLM,STT,系统会选择 `docker-compose.yml`中配置的相应参数**。最新版的文件在这里:[roles.json](https://github.com/FoloToy/folotoy-server-self-hosting/blob/main/config/roles.json)

:::caution

Expand Down

0 comments on commit ae4c4e8

Please sign in to comment.