File size: 596 Bytes
2ed117d 3a128e3 d6dc237 3a128e3 2ed117d 3a128e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
title: π΄ ππ πππ API
emoji: π
colorFrom: green
colorTo: blue
sdk: docker
pinned: true
license: mit
short_description: Test
---
# π΄ ππ πππ Chat API
Emotionally intelligent chatbot API with memory. Use the endpoint below to integrate with your applications.
## API Endpoints
### Chat Endpoint
`POST /chat`
**Parameters:**
- `query`: Your message (required)
- `session_id`: Conversation ID (optional, default="default")
**Example:**
```bash
curl -X POST "https://ochinpo-helper.hf.space/chat" \
-d "query=How's it going?" \
-d "session_id=user123" |