Skip to content

Commit 90532cd

Browse files
update docs
1 parent 17ffae3 commit 90532cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"name": "Olivier Dehaene"
88
},
99
"license": {
10-
"name": "HFOIL"
10+
"name": "Apache 2.0",
11+
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1112
},
1213
"version": "1.2.0"
1314
},

router/src/http/server.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,8 @@ pub async fn run(
13991399
info(
14001400
title = "Text Embeddings Inference",
14011401
license(
1402-
name = "HFOIL",
1402+
name = "Apache 2.0",
1403+
url = "https://www.apache.org/licenses/LICENSE-2.0"
14031404
)
14041405
)
14051406
)]

0 commit comments

Comments
 (0)