Commit 435e2862 authored by nanahira's avatar nanahira

first

parent 4e2e022a
# chatyuan-api # chatyuan-api
An API for ChatYuan. An API for ChatYuan.
## Usage
- `POST http://localhost`
- text: The conversation text.
```json
{
"success": true,
"statusCode": 200,
"message": "success",
"data": {
"text": "Hello, world!"
}
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment