29 lines
772 B
Markdown
29 lines
772 B
Markdown
# Miaomiaomiao
|
|
|
|
A proxy.
|
|
|
|
[**Usage 使用方法**](usage.md)
|
|
|
|
**It is forbidden to use this project for profit.**
|
|
|
|
**禁止用于盈利用途。**
|
|
|
|
## Limitations 限制
|
|
|
|
Only Anthropic API format is supported. The model is hardcoded Claude 3 Opus.
|
|
|
|
只支持A社的API格式,模型是写死了的 Claude 3 Opus
|
|
|
|
Messages will be squashed into question: ... answer: ... format.
|
|
|
|
消息会被进行一些格式转换
|
|
|
|
File mode (more prefills) will be used when encodeURIComponent(prompt) > 32K
|
|
|
|
文本编码后大于32K的话会采用文件模式,然后网站会插入更多的无关内容。
|
|
|
|
In general, the prefill from the website will affect RP, so CoT is recommend.
|
|
|
|
网站的前置填充会影响效果,建议使用CoT类破限
|
|
|