We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ffae3 commit 90532cdCopy full SHA for 90532cd
docs/openapi.json
@@ -7,7 +7,8 @@
7
"name": "Olivier Dehaene"
8
},
9
"license": {
10
- "name": "HFOIL"
+ "name": "Apache 2.0",
11
+ "url": "https://www.apache.org/licenses/LICENSE-2.0"
12
13
"version": "1.2.0"
14
router/src/http/server.rs
@@ -1399,7 +1399,8 @@ pub async fn run(
1399
info(
1400
title = "Text Embeddings Inference",
1401
license(
1402
- name = "HFOIL",
+ name = "Apache 2.0",
1403
+ url = "https://www.apache.org/licenses/LICENSE-2.0"
1404
)
1405
1406
)]
0 commit comments