From f607c4e9450bf43b4d54c3ac3f78c7f08607e6c2 Mon Sep 17 00:00:00 2001 From: Archeb Date: Tue, 16 Apr 2024 01:49:25 +0800 Subject: [PATCH] update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9837960..f55ec29 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,21 @@ then set the environment variable (see code) and node index ``` -## Limitations +## Limitations 限制 Only Anthropic API format is supported. +只支持A社的API格式 + Messages will be squashed into question: ... answer: ... format. +消息会被进行一些格式转换 + File mode will be used when encodeURIComponent(prompt) > 32K + +文本编码后大于32K的话会采用文件模式 + +In general, the prefill from the website will affect RP, so CoT is recommend. + +网站的前置填充会影响效果,建议使用CoT类破限 +