You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
0 commit comments