We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc9dad + 1ac2d67 commit 18ddf0aCopy full SHA for 18ddf0a
.readthedocs.yaml
src/semantic-router/cmd/main.go
@@ -46,7 +46,7 @@ func main() {
46
47
log.Printf("Starting vLLM Semantic Router ExtProc with config: %s", *configPath)
48
49
- // Start Classification API server if enabled
+ // Start API server if enabled
50
if *enableAPI {
51
go func() {
52
log.Printf("Starting Classification API server on port %d", *apiPort)
website/README.md
@@ -114,7 +114,3 @@ Modify `docusaurus.config.js` for:
114
- **Live Preview**: http://localhost:3000 (when running)
115
- **Docusaurus Docs**: https://docusaurus.io/docs
116
- **Main Project**: ../README.md
117
-
118
----
119
120
-Built with ❤️ using [Docusaurus](https://docusaurus.io/)
0 commit comments