Files
youchat_proxy/README.md
T
2024-06-23 09:37:19 +08:00

39 lines
1.5 KiB
Markdown

# Miaomiaomiao
A proxy for YOU Chat.
把 YOU.Com 转换为 Anthropic 格式的通用代理。
如果您觉得本项目对您有帮助,请考虑[请我喝杯蜜雪冰城](https://github.com/sponsors/Archeb?frequency=one-time)
If you find this project useful, please consider [buying me a cup of coffee](https://github.com/sponsors/Archeb?frequency=one-time);
[**Usage 使用方法**](usage.md)
**It is forbidden to use this project for profit.**
**仅供个人部署用于访问自己合法取得的订阅,严禁用于转售或其他商业用途。不提供任何技术支持、不为任何违规使用导致的封号负责。**
您的电脑上必须安装有 Google Chrome 浏览器才能够使用当前分支。旧版已不再维护。
Google Chrome must be installed on your system in order to use this proxy. Previous versions are no longer maintained.
## Limitations 限制
Only Anthropic API format is supported. Change the model name to use different models (default 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类破限