rodrigomasini commited on
Commit
26d4555
1 Parent(s): 0afba27

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +38 -0
index.html ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>OpenHermes-2.5-Mistral-7B-GGUF (Q4_K_M)</title>
5
+ </head>
6
+ <body>
7
+ <h1>OpenHermes-2.5-Mistral-7B-GGUF (Q4_K_M)</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://limcheekin-openhermes-2-5-mistral-7b-gguf.hf.space/v1"
20
+ >https://limcheekin-openhermes-2-5-mistral-7b-gguf.hf.space/v1</a
21
+ >
22
+ </li>
23
+ <li>
24
+ The API doc:
25
+ <a
26
+ href="https://limcheekin-openhermes-2-5-mistral-7b-gguf.hf.space/docs"
27
+ >https://limcheekin-openhermes-2-5-mistral-7b-gguf.hf.space/docs</a
28
+ >
29
+ </li>
30
+ </ul>
31
+ <p>
32
+ If you find this resource valuable, your support in the form of starring
33
+ the space would be greatly appreciated. Your engagement plays a vital role
34
+ in furthering the application for a community GPU grant, ultimately
35
+ enhancing the capabilities and accessibility of this space.
36
+ </p>
37
+ </body>
38
+ </html>