{"id":29857121,"url":"https://github.com/h1ddenpr0cess20/ollamarama","last_synced_at":"2025-07-30T00:38:03.176Z","repository":{"id":213624369,"uuid":"734543554","full_name":"h1ddenpr0cess20/ollamarama","owner":"h1ddenpr0cess20","description":"Terminal-based AI chatbot with infinite personalities, using local LLMs via ollama","archived":false,"fork":false,"pushed_at":"2025-03-12T20:16:26.000Z","size":53,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T21:24:41.563Z","etag":null,"topics":["ai","chatbot","llama","local-llm","ollama","terminal"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h1ddenpr0cess20.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-22T00:49:26.000Z","updated_at":"2025-03-12T20:16:30.000Z","dependencies_parsed_at":"2024-08-11T05:28:49.179Z","dependency_job_id":"4b55eaec-a02c-442a-a43f-73ebd5717ae9","html_url":"https://github.com/h1ddenpr0cess20/ollamarama","commit_stats":null,"previous_names":["h1ddenpr0cess20/ollamarama"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/h1ddenpr0cess20/ollamarama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Follamarama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Follamarama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Follamarama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Follamarama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h1ddenpr0cess20","download_url":"https://codeload.github.com/h1ddenpr0cess20/ollamarama/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Follamarama/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785976,"owners_count":24144124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatbot","llama","local-llm","ollama","terminal"],"created_at":"2025-07-30T00:38:01.225Z","updated_at":"2025-07-30T00:38:03.108Z","avatar_url":"https://github.com/h1ddenpr0cess20.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ollamarama\n\n![License](https://img.shields.io/github/license/h1ddenpr0cess20/ollamarama)\n\nA terminal-based AI chatbot with infinite personalities, powered by local LLMs through Ollama. Create, customize, and chat with AI personalities directly from your terminal.\n\nAlso available for:\n- [IRC](https://github.com/h1ddenpr0cess20/ollamarama-irc)\n- [Matrix](https://github.com/h1ddenpr0cess20/ollamarama-matrix)\n\n## Table of Contents\n\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Commands](#commands)\n- [License](#license)\n\n## Features\n\n- Chat with locally-hosted LLMs using Ollama\n- Create unlimited custom AI personalities\n- Adjust model parameters like temperature and top_p on the fly\n- Switch between different AI models\n- Multi-line input support (Esc+Enter)\n- Rich markdown rendering for AI responses\n- Customizable system prompts\n\n## Prerequisites\n\n- Python 3.7 or higher\n- [Ollama](https://ollama.com/) installed and running\n- At least one LLM model pulled via Ollama\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/h1ddenpr0cess20/ollamarama.git\ncd ollamarama\n```\n\n2. Install [Ollama](https://ollama.com/) if you haven't already:\n```bash\ncurl https://ollama.com/install.sh | sh\n```\n\n3. Pull at least one model using Ollama:\n```bash\nollama pull qwen2.5:14b  # or any other model you prefer\n```\n\n4. Install Python dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## Configuration\n\nEdit the `config.json` file to customize your setup:\n\n## Usage\n\nRun the application:\n```bash\npython3 ollamarama.py\n```\n\nStart chatting with the AI, or use commands to customize the experience.\n\n## Commands\n\n**Commands**\n\n* `/help`: Shows the help menu\n* `/reset`: Resets to default personality\n* `/clear`: Resets and clears the screen\n* `/stock`: Sets bot to stock model settings\n* `/persona`: Activates personality changer (prompts for new personality)\n* `/custom`: Use a custom system prompt\n* `/model`: List models and change the current model\n* `/model reset`: Reset to default model\n* `/temperature`: Changes temperature setting\n* `/top_p`: Changes top_p setting\n* `/repeat_penalty`: Changes repeat_penalty setting\n* `/quit` or `/exit`: Exits the program\n\n**Tip:** Use Esc+Enter to input multiple lines of text.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1ddenpr0cess20%2Follamarama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh1ddenpr0cess20%2Follamarama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1ddenpr0cess20%2Follamarama/lists"}