Skip to content

Commit e92e15b

Browse files
Merge pull request #716 from Hexagonforce12/patch-21
Docs(AIChatPlugin): Create README.en-US.md
2 parents a6d3860 + 908ab87 commit e92e15b

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/AIChatPlugin/README.en-US.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# AIChatPlugin
2+
3+
- Allows players to interact with an AI dialogue system via chat
4+
- The plugin provides a simple interface that allows players to ask questions to the AI ​​and receive answers via specific commands or chat triggers.
5+
6+
## Instruction
7+
8+
| Command | Permissions | Description |
9+
| :-----| ----: | :----: |
10+
| /ab | none | Ask the AI ​​questions |
11+
| /bcz | none | Clear your context record |
12+
| /bbz | none | Show help information |
13+
| /aiclear | aiclear | Clear all player context records |
14+
| /reload | tshock.cfg.reload | Reload configuration file |
15+
16+
## Configuration file
17+
18+
> Configuration file is located at tshock/AIChat.json
19+
20+
```
21+
{
22+
"回答字限制": 666, //Answer word limit
23+
"回答换行字": 50, //Answer newline
24+
"上下文限制": 10, //context limit
25+
"超时时间": 100, //timeout
26+
"名字": "AI", //name
27+
"设定": "你是一个简洁高效的AI,擅长用一句话精准概括复杂问题。", //Setting": "You are a concise and efficient AI who is good at summarizing complex problems accurately in one sentence."
28+
}
29+
```
30+
31+
## Note
32+
33+
- Make sure your server has a good network connection so that the AI ​​can access the necessary APIs.
34+
- AI cannot answer sensitive topics, otherwise it will report an error
35+
36+
## Feedback
37+
- Github Issue -> TShockPlugin Repo: https://github.com/UnrealMultiple/TShockPlugin
38+
- TShock QQ Group: 816771079
39+
- China Terraria Forum: trhub.cn, bbstr.net, tr.monika.love

0 commit comments

Comments
 (0)