Update index.html

add-tracing
Meng Zhang 2023-04-11 20:34:50 +08:00 committed by GitHub
parent 2eb7d5d39e
commit 77ebdb70c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- Load the latest Swagger UI code and style from npm using unpkg.com -->
<script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css"/>
<title>Text Generation Inference API</title>
<title>Tabby Server API</title>
</head>
<body>
<div id="swagger-ui"></div> <!-- Div to hold the UI component -->