Update index.html
Browse files- index.html +1 -13
index.html
CHANGED
@@ -6,24 +6,12 @@
|
|
6 |
<body>
|
7 |
<h1>GGUF Inference API</h1>
|
8 |
<p>
|
9 |
-
With the utilization of the
|
10 |
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
|
11 |
-
package, we are excited to introduce the GGUF model hosted in the Hugging
|
12 |
-
Face Docker Spaces, made accessible through an OpenAI-compatible API. This
|
13 |
-
space includes comprehensive API documentation to facilitate seamless
|
14 |
-
integration.
|
15 |
</p>
|
16 |
<ul>
|
17 |
<li>
|
18 |
-
The API endpoint:
|
19 |
-
<a href="https://0x81632-gguf-api.hf.space/v1"
|
20 |
-
>https://0x81632-gguf-api.hf.space/v1</a
|
21 |
-
>
|
22 |
-
</li>
|
23 |
-
<li>
|
24 |
-
The API doc:
|
25 |
<a href="https://0x81632-gguf-api.hf.space/docs"
|
26 |
-
|
27 |
>
|
28 |
</li>
|
29 |
</ul>
|
|
|
6 |
<body>
|
7 |
<h1>GGUF Inference API</h1>
|
8 |
<p>
|
|
|
9 |
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
|
|
|
|
|
|
|
|
|
10 |
</p>
|
11 |
<ul>
|
12 |
<li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
<a href="https://0x81632-gguf-api.hf.space/docs"
|
14 |
+
>/docs</a
|
15 |
>
|
16 |
</li>
|
17 |
</ul>
|