AI helper for DevOps using OpenAI.
Project description
Plot: AI Helper for DevOps
🚀 Plot is a powerful command-line tool designed to provide immediate assistance to DevOps professionals. It leverages the capabilities of OpenAI's GPT models to deliver precise command guidance tailored to various operating systems and environments.
Features 🌟
- Streamlined Command Assistance: Get specific commands for your operating system without unnecessary clutter.
- Support for Multiple GPT Models: Choose between different GPT models like GPT-4 for tailored assistance.
- Easy Configuration: Simple commands to set your API key and preferred GPT model.
Installation 🛠️
To install Plot, simply use pip. Ensure you have Python 3.6 or later installed.
pip install plotshell
Configuration 🔧
Before you start using Plot, you need to configure your OpenAI API key. Optionally, you can also set your preferred GPT model if you don't want to use the default (GPT-4).
Setting the API Key
plot --setkey
When prompted, enter your OpenAI API key. This key will be saved and used for future requests.
Setting the GPT Model
If you want to use a different model than the default GPT-4, you can set it as follows:
plot --set-model gpt-3.5-turbo
This command will save your model choice and use it for all future inquiries.
Usage 📝
To use Plot, simply type plot
followed by the command or query you need help with. Here’s how it works:
plot how to setup nginx
Examples
Here are a few examples of how you can use Plot to get help with common DevOps tasks:
- Setting up nginx:
plot setup nginx webserver
- Initializing a Git repository:
plot how to initialize git repository
- Creating a Python virtual environment:
plot create python virtual environment
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file plotshell-0.1.1.tar.gz
.
File metadata
- Download URL: plotshell-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebc2c681adddb7dc4a049d2b4e3f615c0f5cae5e4188ce5875a30779ef87f48c |
|
MD5 | 898db392e88dfab96693e1ab19476fa9 |
|
BLAKE2b-256 | 9a0b3190f6246d22989dcf6dd7b9f780f42c2532c906324df1e87c0a71e37488 |
File details
Details for the file plotshell-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: plotshell-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3f3d23034b9c6b1bc5260d4b7182e223084b9164d88b718fdf2d66741734c27 |
|
MD5 | 67bf7b941cb140464e085f8f4b8f69da |
|
BLAKE2b-256 | d2512eb974c45d97b53ec89c4c8890e7e3a5d059c8751a4e98fc4decfaee7677 |