2026-09 LLM and admin panel
This commit is contained in:
@@ -24,6 +24,29 @@
|
||||
<center>
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="ai-proto-done.html">Completed the Android speech recognition prototype</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2026-09-03
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../vid/2026-09_ai-proto-done_en.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<p>In August, I added the following features to the Android app:</p>
|
||||
<ol>
|
||||
<li>integration with an LLM via OpenCode</li>
|
||||
<li>a web admin panel over HTTP</li>
|
||||
</ol>
|
||||
<p>The LLM enables the app to answer user questions regarding the restaurant's menu. The admin panel allows modifying the menu and downloading app logs.</p>
|
||||
<p>With these additions, the prototype is complete and has been delivered to the client. Over July and August, I delivered exactly what was planned back in June.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="ai-proto-done.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="ai-speech.html">Building an Android speech recognition prototype</a>
|
||||
@@ -226,34 +249,8 @@ in a separate browser tab.</p>
|
||||
<a href="manage-files.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="preview-single-page.html">Preview an edited page</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-12-04
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../vid/pskov_0.8.0_en.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<h1 id="november">November</h1>
|
||||
<p>In November I implemented the ability to preview a single edited page.</p>
|
||||
<p>The video shows how this functionality works and highlights the following:</p>
|
||||
<ol>
|
||||
<li>(01:37) Manual creation of a new Markdown file</li>
|
||||
<li>(02:03) Launching PSKOV with <code>npx</code></li>
|
||||
<li>(02:28) Markdown file structure</li>
|
||||
<li>(03:31) Edited site navigation when previewing</li>
|
||||
<li>(04:15) The state of the site repository after preview generation. . .</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="preview-single-page.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="pagination_title">Page 1 of 10</p>
|
||||
<p class="pagination_title">Page 1 of 11</p>
|
||||
<p>
|
||||
<a href="index2.html">Older »</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user