add readme

This commit is contained in:
Archeb
2024-04-13 12:38:35 +08:00
parent 78869c1573
commit e998128b16
2 changed files with 29 additions and 3 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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