Update index.html
parent
2eb7d5d39e
commit
77ebdb70c2
|
|
@ -3,7 +3,7 @@
|
||||||
<!-- Load the latest Swagger UI code and style from npm using unpkg.com -->
|
<!-- 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>
|
<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"/>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="swagger-ui"></div> <!-- Div to hold the UI component -->
|
<div id="swagger-ui"></div> <!-- Div to hold the UI component -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue