Metadata-Version: 2.1
Name: search-hound-ai
Version: 0.1.6
Summary: A CLI for GPT with a focus on simplicity and ease of use. For developer just wanting to use gpt in there command line.
Author: Martin Patino
Author-email: martin@sibipro.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: langchain (>=0.0.146,<0.0.147)
Requires-Dist: load-dotenv (>=0.1.0,<0.2.0)
Requires-Dist: logging (>=0.4.9.6,<0.5.0.0)
Requires-Dist: openai (>=0.27.4,<0.28.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# SearchHoundAI

A CLI for GPT with a focus on simplicity and ease of use. For developer just wanting to use gpt in there command line.

PIP Package: [Search Hound AI](https://pypi.org/project/search-hound-ai/)

## Installation

Install the CLI globally using pip: 

```bash
pip install search-hound-ai
```

## Usage

The CLI provides several commands for different purposes:

### Chat with GPT

Start a conversation with pip:

```bash
hound
```

Need assistance run:

```bash
hound --help
```

To use hound command:

```bash
hound search [search string]
```

### Ask GPT

Ask GPT a question about a specific file:

```bash
hound search [...your question here]
```

Example:

```bash
hound search "How to purge docker container and images?"
```

## Contributions

Contributions to the SearchHoundAI CLI tool are welcome and encouraged. Please refer to the repository's [CONTRIBUTING.md](http://contributing.md/) file for more information on how to contribute.

