based-cli


Namebased-cli JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryA powerful CLI tool for interacting with various AI models
upload_time2025-01-15 04:39:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords ai anthropic chatbot cli groq huggingface mistral openai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Based CLI

A powerful CLI tool for interacting with various AI models including OpenAI, Anthropic, Mistral, Groq, and Hugging Face.

## Features

- Multiple AI providers support
- Customizable system prompts
- Chat history management
- Interactive configuration
- Beautiful terminal UI

## Installation

1. Clone the repository:
```bash
git clone <repository-url>
cd based-cli
```

2. Install the package:
```bash
pip install -e .
```

## Usage

1. Login and configure:
```bash
based login
```

2. Start chatting:
```bash
based
```

3. Other commands:
```bash
based config  # Edit configuration
based list    # List saved chats
based delete  # Delete a chat
based clear   # Clear all chats
```

## Available Models

- OpenAI: GPT-4, GPT-4 Turbo
- Anthropic: Claude 3 Sonnet, Claude 3 Opus
- Mistral: Mistral Large, CodeStraal
- Groq: Llama2 70B, Mixtral 8x7B
- Hugging Face: CodeRQween, StarCoder2, CodeLlama

## System Prompts

- Default: General software development assistant
- Code Assistant: Expert programming helper
- Terminal Expert: Command-line specialist
- Debugging Expert: Troubleshooting guide

## Requirements

- Python 3.9 or higher
- API keys for the providers you want to use 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "based-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ai, anthropic, chatbot, cli, groq, huggingface, mistral, openai",
    "author": null,
    "author_email": "Your Name <your.email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/15/bb/aee0fc49dae0c16b100a51739021a2dbe373e394f6e352f590fefc830a14/based_cli-0.0.7.tar.gz",
    "platform": null,
    "description": "# Based CLI\n\nA powerful CLI tool for interacting with various AI models including OpenAI, Anthropic, Mistral, Groq, and Hugging Face.\n\n## Features\n\n- Multiple AI providers support\n- Customizable system prompts\n- Chat history management\n- Interactive configuration\n- Beautiful terminal UI\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone <repository-url>\ncd based-cli\n```\n\n2. Install the package:\n```bash\npip install -e .\n```\n\n## Usage\n\n1. Login and configure:\n```bash\nbased login\n```\n\n2. Start chatting:\n```bash\nbased\n```\n\n3. Other commands:\n```bash\nbased config  # Edit configuration\nbased list    # List saved chats\nbased delete  # Delete a chat\nbased clear   # Clear all chats\n```\n\n## Available Models\n\n- OpenAI: GPT-4, GPT-4 Turbo\n- Anthropic: Claude 3 Sonnet, Claude 3 Opus\n- Mistral: Mistral Large, CodeStraal\n- Groq: Llama2 70B, Mixtral 8x7B\n- Hugging Face: CodeRQween, StarCoder2, CodeLlama\n\n## System Prompts\n\n- Default: General software development assistant\n- Code Assistant: Expert programming helper\n- Terminal Expert: Command-line specialist\n- Debugging Expert: Troubleshooting guide\n\n## Requirements\n\n- Python 3.9 or higher\n- API keys for the providers you want to use ",
    "bugtrack_url": null,
    "license": null,
    "summary": "A powerful CLI tool for interacting with various AI models",
    "version": "0.0.7",
    "project_urls": {
        "Documentation": "https://github.com/yourusername/based#readme",
        "Homepage": "https://github.com/yourusername/based",
        "Issues": "https://github.com/yourusername/based/issues",
        "Repository": "https://github.com/yourusername/based.git"
    },
    "split_keywords": [
        "ai",
        " anthropic",
        " chatbot",
        " cli",
        " groq",
        " huggingface",
        " mistral",
        " openai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ec346a6797900bc6bb3f75a50663e0ef08d90ebc662c0dbeedda459122e9e7b",
                "md5": "707cc7cf199215f9593380b5e650f9ee",
                "sha256": "4892c8d979d2f37153f27fa351c3c1d2668a7ba881c0181ca2305e3132d6e6f7"
            },
            "downloads": -1,
            "filename": "based_cli-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "707cc7cf199215f9593380b5e650f9ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11661,
            "upload_time": "2025-01-15T04:39:53",
            "upload_time_iso_8601": "2025-01-15T04:39:53.300324Z",
            "url": "https://files.pythonhosted.org/packages/5e/c3/46a6797900bc6bb3f75a50663e0ef08d90ebc662c0dbeedda459122e9e7b/based_cli-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15bbaee0fc49dae0c16b100a51739021a2dbe373e394f6e352f590fefc830a14",
                "md5": "d375d9f5b8b55b2c41f8d102e5c5b271",
                "sha256": "1235229a40d72b2c3914b842c57f494c655f1e54b779540623b8622826ecc5ee"
            },
            "downloads": -1,
            "filename": "based_cli-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d375d9f5b8b55b2c41f8d102e5c5b271",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9381,
            "upload_time": "2025-01-15T04:39:54",
            "upload_time_iso_8601": "2025-01-15T04:39:54.402812Z",
            "url": "https://files.pythonhosted.org/packages/15/bb/aee0fc49dae0c16b100a51739021a2dbe373e394f6e352f590fefc830a14/based_cli-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 04:39:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "based#readme",
    "github_not_found": true,
    "lcname": "based-cli"
}
        
Elapsed time: 0.41181s