|
|
--- |
|
|
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" |