Spaces:
Paused
Paused
AFischer1985
commited on
Commit
·
0a9f00a
1
Parent(s):
751c1e6
Create index.html
Browse files- index.html +29 -0
index.html
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Wizardlm-13b-v1.2.Q4_0.gguf</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1>Wizardlm-13b-v1.2.Q4_0.gguf</h1>
|
8 |
+
<p>
|
9 |
+
Based on <a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a> we present a GGUF model hosted on this Huggingface Space.
|
10 |
+
The model is accessible through an OpenAI-compatible API. This space includes comprehensive API documentation to facilitate seamless integration.
|
11 |
+
</p>
|
12 |
+
<ul>
|
13 |
+
<li>
|
14 |
+
The API endpoint:
|
15 |
+
<a
|
16 |
+
href="https://afischer1985-GGUF-API.hf.space/v1/models"
|
17 |
+
>https://afischer1985-GGUF-API.hf.space/v1
|
18 |
+
</a>
|
19 |
+
</li>
|
20 |
+
<li>
|
21 |
+
The API doc:
|
22 |
+
<a
|
23 |
+
href="https://afischer1985-GGUF-API.hf.space/docs"
|
24 |
+
>https://afischer1985-GGUF-API.hf.space/docs
|
25 |
+
</a>
|
26 |
+
</li>
|
27 |
+
</ul>
|
28 |
+
</body>
|
29 |
+
</html>
|