Files
youchat_proxy/README.md
T
2024-04-13 12:38:35 +08:00

25 lines
345 B
Markdown

# Miaomiaomiao
A proxy.
## Usage
```bash
npm install
```
then set the environment variable (see code) and
```bash
node index
```
## Limitations
Only Anthropic API format is supported.
Messages will be squashed into question: ... answer: ... format.
File mode will be used when encodeURIComponent(prompt) > 32K