Moved alpaca.

This commit is contained in:
retoor 2025-01-09 19:31:59 +00:00
parent 68ba785e80
commit adf76537fb
2 changed files with 14 additions and 5 deletions

View File

@ -21,11 +21,7 @@
{{template "base/head_script" .}}
{{template "base/terms_script" .}}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/default.min.css">
<script src="https://alpaca.molodetz.nl/static/chat.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
{{template "base/retoor" .}}
<noscript>
<style>
.dropdown:hover > .menu { display: block; }

View File

@ -73,7 +73,19 @@ setTimeout(matrix,100);
</div>
<div class="eight wide center column">
<h3>Free GPT for everyone</h3>
<p>
I made a command line utility that lets you interactively communicate with OpenAI LLM. You can make your own bot with it by descriping the personality / features of it in `./rcontext.txt`.
<br /><br />
You can send local files trough the app by referring to it in the prompt. For exxample: "r check this source code for bugs: ./my-source.c". The `./` before is required. This also works with urls.
<br /><br />
The app has markdown output support so it gives the GPT responses in a nice colurful way. Also syntaxhighling for code is supported.
<br /><br />
Get the app <a href="https://molodetz.nl/retoor/r">here</a>.
<p>
</div>
<div class="eight wide center column">
<h3>C Development</h3>
<p>With C, I mostly reinvent the wheel and rewrite existing applications from scratch to learn what is under the hood. I am able to write nginx-grade web servers with WebDAV support. I also have experience in writing Redis-quality key-value stores. Projects made:</p>
@ -416,4 +428,5 @@ I did a whole research about the pricing of AI because it's nowhere to be found.
</div>
</div>
<script src="https://alpaca.molodetz.nl/static/alpaca.prod.js?v=2563008421"></script>
{{template "base/footer" .}}