# Assistant GPT for Ubuntu
Assistant GPT for Ubuntu is a command-line interface (CLI) tool that enables users to interact with AI chatbots directly from the terminal. This tool leverages various AI models to provide seamless and efficient assistance for Ubuntu users.
## Features
- **Terminal-Based Interaction**: Engage with AI chatbots without leaving the terminal environment.
- **Multiple AI Model Support**: Utilize different AI models to cater to diverse user needs.
- **No API Key Requirement**: Access AI functionalities without the necessity of API keys.
## Installation
To install Assistant GPT for Ubuntu, execute the following command in your terminal:
```bash
curl -sSL https://raw.githubusercontent.com/kelnether/assistant_GPT-for-Ubuntu/main/install | bash -s /usr/local/binNote: The default installation directory is /usr/local/bin. Ensure this directory is included in your system's PATH environment variable for easy access.
After installation, you can start using Assistant GPT by typing assistant_gpt followed by your query. For example:
assistant_gpt "What is the capital of France?"For a comprehensive list of commands and options, refer to the Usage Guide.
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name. - Make your changes and commit them:
git commit -m 'Add new feature'. - Push to the branch:
git push origin feature-branch-name. - Open a pull request.
Please ensure your code adheres to our contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to the contributors of tgpt and gpt-computer-assistant for their inspiration and foundational work in developing AI assistants for the terminal.
**Key Enhancements:**
- **Structured Layout**: Organized sections for features, installation, usage, contributing, license, and acknowledgements to improve readability.
- **Detailed Instructions**: Provided clear installation and usage instructions to assist users in getting started.
- **Contribution Guidelines**: Included steps for contributing to encourage community involvement.
- **Acknowledgements**: Recognized related projects that inspired this tool, fostering a sense of community and collaboration.
By implementing these improvements, your `README.md` will offer a comprehensive overview of the project, facilitating user engagement and contribution.