Views
No views yet
1{
2 "responses": {
3 "Hello": "Hey! I'm FAVOUR 😎 What’s up?",
4 "How are you?": "Feeling good and ready to chat!",
5 "default": "I don’t know that yet, but you can teach me!"
6 }
7}1curl https://api-inference.huggingface.co/v1/chat/completions -H "Authorization: Bearer YOUR_TOKEN" -H "Content-Type: application/json" -d '{
2 "messages":[{"role":"user","content":"Hello"}],
3 "model":"missfavor/FAVOURCHTBOT",
4 "stream":false
5 }'FAVOURCHTBOT/
├─ FIME_model.json
├─ FavouriteChat_model.json
├─ UglyFace_model.json
├─ FavourResponses.json
└─ README.mdcurl -X PUT -H "Authorization: Bearer YOUR_TOKEN" -F "file=@file.json" "https://huggingface.co/api/models/missfavor/FAVOURCHTBOT/files/file.json"