Spaces:
Sleeping
Sleeping
| title: Uncensored LLM | |
| emoji: 🤖 | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: docker | |
| app_port: 7860 | |
| # Uncensored LLM API | |
| Dolphin-Phi-2 (2.7B) - Uncensored text generation. | |
| ## Usage | |
| ```bash | |
| curl -X POST https://YOUR_SPACE.hf.space/v1/chat/completions \ | |
| -H "Content-Type: application/json" \ | |
| -d '{ | |
| "messages": [ | |
| {"role": "system", "content": "You are a helpful assistant."}, | |
| {"role": "user", "content": "Hello!"} | |
| ] | |
| }' | |