Spaces:
Runtime error
Runtime error
| title: Monu Portfolio Chat | |
| emoji: π¬ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # Monu Kumar Portfolio Chat API | |
| FastAPI endpoint serving a fine-tuned Gemma 2 2B-it model (GGUF, Q4_K_M) via llama.cpp. | |
| - `GET /` β health check | |
| - `POST /chat` β body: `{"message": "...", "history": [{"role": "user", "content": "..."}]}` β `{"reply": "..."}` | |
| Set the `MODEL_REPO` and `MODEL_FILE` variables in Space Settings if you rename the model repo. |