mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 05:13:10 +00:00
89 lines
3.9 KiB
HTML
89 lines
3.9 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>LoLLMs Help Documentation</title>
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: Arial, sans-serif;
|
||
|
line-height: 1.6;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
background-color: #f4f4f4;
|
||
|
}
|
||
|
.container {
|
||
|
max-width: 800px;
|
||
|
margin: 20px auto;
|
||
|
padding: 20px;
|
||
|
background-color: #fff;
|
||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
h1, h2, h3 {
|
||
|
color: #333;
|
||
|
}
|
||
|
a {
|
||
|
color: #007BFF;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
ul {
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<h1>LoLLMs Help Documentation</h1>
|
||
|
<p>Welcome to the LoLLMs help documentation. Here you will find information and guides on how to use various features and functionalities of LoLLMs.</p>
|
||
|
|
||
|
<h2>Table of Contents</h2>
|
||
|
<ul>
|
||
|
<li><a href="#introduction">Introduction</a></li>
|
||
|
<li><a href="#getting-started">Getting Started</a></li>
|
||
|
<li><a href="#personalities">Personalities</a>
|
||
|
<ul>
|
||
|
<li><a href="#document-summarization">Document Summarization</a></li>
|
||
|
<!-- Add more personality links here -->
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><a href="#advanced-features">Advanced Features</a></li>
|
||
|
<li><a href="#troubleshooting">Troubleshooting</a></li>
|
||
|
<li><a href="#contact">Contact</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<h2 id="introduction">Introduction</h2>
|
||
|
<p>LoLLMs (Lord of Large Language Multimodal Systems) is a versatile system designed to handle various tasks, including document summarization, code interpretation, and more. This documentation will guide you through the different features and how to use them effectively.</p>
|
||
|
|
||
|
<h2 id="getting-started">Getting Started</h2>
|
||
|
<p>To get started with LoLLMs, you need to install and configure the system on your machine. Follow the installation guide provided in the documentation to set up LoLLMs.</p>
|
||
|
|
||
|
<h2 id="personalities">Personalities</h2>
|
||
|
<p>LoLLMs supports various personalities that allow it to perform specific tasks. Below are some of the personalities available:</p>
|
||
|
|
||
|
<h3 id="document-summarization">Document Summarization</h3>
|
||
|
<p>Learn how to perform contextual summarization of documents using the <code>docs_zipper</code> personality.</p>
|
||
|
<p><a href="/help/personalities/documents summary/index.html">Go to Document Summarization Help</a></p>
|
||
|
|
||
|
<!-- Add more personality sections here -->
|
||
|
|
||
|
<h2 id="advanced-features">Advanced Features</h2>
|
||
|
<p>Explore the advanced features of LoLLMs, including code interpretation, internet search integration, and more.</p>
|
||
|
|
||
|
<h2 id="troubleshooting">Troubleshooting</h2>
|
||
|
<p>If you encounter any issues while using LoLLMs, refer to the troubleshooting section for solutions to common problems.</p>
|
||
|
|
||
|
<h2 id="contact">Contact</h2>
|
||
|
<p>If you need further assistance, feel free to reach out to us:</p>
|
||
|
<p><strong>Email</strong>: <a href="mailto:parisneoai@gmail.com">parisneoai@gmail.com</a></p>
|
||
|
<p><strong>Twitter</strong>: <a href="https://twitter.com/ParisNeo_AI" target="_blank">@ParisNeo_AI</a></p>
|
||
|
<p><strong>Discord</strong>: <a href="https://discord.gg/BDxacQmv" target="_blank">Join our Discord</a></p>
|
||
|
<p><strong>Sub-Reddit</strong>: <a href="https://www.reddit.com/r/lollms" target="_blank">r/lollms</a></p>
|
||
|
<p><strong>Instagram</strong>: <a href="https://www.instagram.com/spacenerduino/" target="_blank">spacenerduino</a></p>
|
||
|
<p>See ya!</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|