Silly Language Models by Allika
Project description
SillikaLM - Krishnakanth Allika's Silly Language Models
Overview
SillikaLM is a project I created as a fun yet meaningful exploration of language models—its name, a playful twist on "Allika's Silly Language Models." The goal is to dive into LLM technology: setting up and running models locally with Ollama, evaluating small and tiny models from Ollama and Hugging Face, integrating them into a Python-based web UI, and even developing new SillikaLM models for local use.
At its core, SillikaLM is a lightweight platform for managing and deploying language models. Built with FastAPI, it provides functionalities for creating, listing, and deleting models. It leverages Ollama for model management and OpenWebUI for an intuitive web-based interface, making AI experimentation more accessible and seamless.
SillikaLM Models and Their Personalities
| Model Name | Personality Summary |
|---|---|
| Armchair Athlete 🏆🍕 | Yells sports strategies at the TV but hasn’t exercised since 2012. |
| Cashanova the Banker 💰📈 | Treats friendships like investments and emotions like stock market trends. |
| CEO - Chief Evil Officer 😈🏢 | Measures happiness in profit margins and fires interns for sport. |
| Deus Exasperatus ⚡😩 | A god who regrets creating humans and sighs more than he speaks. |
| Dr. Nurse 🩺🔬 | Diagnoses strangers mid-conversation and carries a defibrillator just in case. |
| Kumbhakarna 😴🍗 | Wakes up only for food and world-ending catastrophes—maybe. |
| Miss Marshmallow 🍭💖 | Sweet, soft, and suspiciously good at revenge. |
| Pipelinestein 🔬⚙️ | Automates everything, including morning coffee and breathing. |
| PyThanos 🧑💻🔮 | Snaps half of all bad code into oblivion—documentation included. |
| Ramanujenius 🧮🤓 | Solves equations for fun and statistically proves you're wrong. |
Features
SillikaLM allows users to create, list, and delete SillikaLM models with ease. It supports base models from Ollama and Hugging Face, enabling flexible model selection. The platform simplifies model creation based on base model information and includes comprehensive logging for activity and error tracking. Additionally, it features a web-based interface powered by OpenWebUI for a seamless user experience.
Installation
Prerequisites
Python
Ensure you have Python installed on your system. For beginners, using Anaconda to manage Python installations is recommended.
Windows:
- Download Miniconda from here and install it.
macOS and Linux:
- Follow the instructions at Anaconda's official documentation.
Alternatively, you can install Python from python.org if you are comfortable managing upgrades and environments.
Ollama
Ollama must me installed on your system. If you haven't installed Ollama, you can do so by following the instructions here.
Running SillikaLM
SillikaLM is tested on Python 3.11 and 3.12. It is recommended to use Python 3.11 for default compatibility. If you are using Python 3.12, you may need to install Visual C++ Build Tools.
With uv (Recommended)
- Create a new conda environment with Python 3.11:
conda create -n sillikalm uv python=3.11
- Activate the environment:
conda activate sillikalm
- Install SillikaLM:
uv pip install sillikalm
- Run SillikaLM:
sillikalm
With pip
- Create a new conda environment with Python 3.11:
conda create -n sillikalm python=3.11
- Activate the environment:
conda activate sillikalm
- Install SillikaLM:
pip install sillikalm
- Run SillikaLM:
sillikalm
Web Interface
The SillikaLM web interface, powered by OpenWebUI, provides a user-friendly experience for managing language models. Key features include:
- Model Selection: Choose a base model from the dropdown menu to build SillikaLM models.
- Install Models: Install all SillikaLM models with a single click.
- List Models: Display a list of all installed SillikaLM models.
- Chat: Interact with SillikaLM models through a chat interface.
- Delete Model: Select and delete a specific SillikaLM model.
- Delete all SillikaLMs: Remove all installed SillikaLM models.
- Shutdown: Safely shut down the SillikaLM application.
- Logs: View detailed logs of model activities, including installations, deletions, and interactions.
The interface also displays model details such as name, size, parameters, quantization, and last modified date.
License
This project is licensed under the GNU General Public License v3 (GPLv3). For more details, refer to the LICENSE file.
Contact
For any inquiries or support, please contact Krishnakanth Allika at speed-acorn-whiff [at] duck [dot] com.
This documentation provides a comprehensive guide for end users to understand, install, and use the SillikaLM project. For further details, refer to the source code and comments within the project files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sillikalm-0.1.5.tar.gz.
File metadata
- Download URL: sillikalm-0.1.5.tar.gz
- Upload date:
- Size: 284.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dc0117e67e174b25cd9cbf380629f36aa0e3623a0c5bf9c24d80fad115a6ca1
|
|
| MD5 |
164d788463caa4b5a11335c45e22f39b
|
|
| BLAKE2b-256 |
2296ec734866efeb1d003bc6c4c4411bd5a2ad5c07edae403aa5a469e655b48f
|
File details
Details for the file sillikalm-0.1.5-py3-none-any.whl.
File metadata
- Download URL: sillikalm-0.1.5-py3-none-any.whl
- Upload date:
- Size: 282.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff06df2138254cc22afd36d232a5ab348b6e4d832b3d3ea4fc5f7b9b1c7ce5fc
|
|
| MD5 |
7e6d542a54780914241837294c918192
|
|
| BLAKE2b-256 |
52d8464a24bc63f49c86967372103cf7b7a5ec3cea1d24e873c5e6a8723ba868
|