Skip to content

Commit fe72e3d

Browse files
authored
fix: fix inappropriate title of API docs page (#88)
1 parent c7a0ec4 commit fe72e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Load the latest Swagger UI code and style from npm using unpkg.com -->
44
<script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
55
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css"/>
6-
<title>Text Generation Inference API</title>
6+
<title>Text Embeddings Inference API</title>
77
</head>
88
<body>
99
<div id="swagger-ui"></div> <!-- Div to hold the UI component -->
@@ -27,4 +27,4 @@
2727
}
2828
</script>
2929
</body>
30-
</html>
30+
</html>

0 commit comments

Comments
 (0)