librehash's picture
Making Some Minor Changes to the Index.html
168a26e
raw
history blame contribute delete
No virus
1.8 kB
<!DOCTYPE html>
<html>
<head>
<title>WizardSC-GGUF</title>
</head>
<body>
<h1>WizardSC-GGUF API Endpoint</h1>
<p>
With the utilization of the
<a href="https://github.com/abetlen/llama-cpp-python">llama-cpp-python</a>
package, it is now possible to create an API endpoint for accessing the WizardSC model endpoint on HuggingFace servers. Big shoutout to 'The Bloke' and others in this space that have pioneered these solutions. These folks are the ones responsible for making it all happen. If you're interested in peeling back the actual code to re-create or augment what's hosted here, go take a look at the 3-dot dropdown button and select the 'Files' button.
</p>
<ul>
<li>
<a
href="https://librehash-wizardsc-13b-v12-q4-gguf.hf.space/docs"
>API Documentation with Live Examples for Testing
</a>
</li>
<li>
<a
href="https://librehash-wizardsc-13b-v12-q4-gguf.hf.space/v1"
>Official API Endpint
</a>
</li>
</ul>
<p>
More information will be provided in short order. For the time being, make sure to pay the API documentation site a visit as that will provide the explicit 'code' that you need to test the API endpoint (don't worry its not literal code).
</p>
<p>
For those that cannot read code, do not worry - the documentation also serves as a 'playground' where you can make a call on the API endpoint, by just pressing a button that says 'try now' (or something to that effect, can't remember). Either way its super duper intuitive. If you have a child above the age of 5, then they also would likely be able to figure out this playground if given the chance.
</p>
</body>
</html>