docs: update url of playground server

sweep/improve-logging-information
Meng Zhang 2023-06-23 18:55:23 -07:00
parent 9278c67c8e
commit 631cff3aed
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ OpenAPI documentation for [tabby](https://github.com/TabbyML/tabby), a self-host
license(name = "Apache 2.0", url="https://github.com/TabbyML/tabby/blob/main/LICENSE") license(name = "Apache 2.0", url="https://github.com/TabbyML/tabby/blob/main/LICENSE")
), ),
servers( servers(
(url = "https://playground.app.tabbyml.com/tabby", description = "Playground server"), (url = "https://playground.app.tabbyml.com", description = "Playground server"),
(url = "http://localhost:8080", description = "Local server"), (url = "http://localhost:8080", description = "Local server"),
), ),
paths(events::log_event, completions::completion, health::health), paths(events::log_event, completions::completion, health::health),

View File

@ -11,7 +11,7 @@
}, },
"servers": [ "servers": [
{ {
"url": "https://playground.app.tabbyml.com/tabby", "url": "https://playground.app.tabbyml.com",
"description": "Playground server" "description": "Playground server"
}, },
{ {