Skip to content

Commit e72aff3

Browse files
committed
由于使用次数不知道谁达到了限制,所以这里去除测试用的key,需要的请自行申请
1 parent 30c6dd3 commit e72aff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SapiClient/Assets/ChatRobot/Cleverbot/CleverBot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public override string Url
1111

1212
public override string Key
1313
{
14-
get { return "CC2me_S7B1Qh1diYLI9CJBZxXgQ"; }
14+
get { return "请填写自己申请的key"; }
1515
}
1616

1717
public string Cs { get; set; }

0 commit comments

Comments
 (0)