We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1c602 commit 34cf02aCopy full SHA for 34cf02a
docs/supported_models/classify_models.md
@@ -145,7 +145,7 @@ Error response format:
145
146
The classification API is implemented using:
147
148
-1. **Rust Router**: Handles routing and request/response models in `sgl-model-gateway/src/protocols/spec.rs`
+1. **Rust Model Gateway**: Handles routing and request/response models in `sgl-model-gateway/src/protocols/spec.rs`
149
2. **Python HTTP Server**: Implements the actual endpoint in `python/sglang/srt/entrypoints/http_server.py`
150
3. **Classification Service**: Handles the classification logic in `python/sglang/srt/entrypoints/openai/serving_classify.py`
151
0 commit comments