add readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user