25 lines
345 B
Markdown
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
|
|
|