Minor changes in whitespaces
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
AI Chatbot to generate shell commands.
|
AI Chatbot to generate shell commands.
|
||||||
|
|
||||||
This script allows the user to ask their question in plain English and translates
|
This script allows the user to ask their question in plain English and translates
|
||||||
that question into a command that can be run in the shell. The functionalities
|
that question into a command that can be run in the shell. The functionalities
|
||||||
include leveraging OpenAI's GPT models to generate command, verifying newly generated
|
include leveraging OpenAI's GPT models to generate command, verifying newly generated
|
||||||
commands, checking commands for any unsafe attributes, and allowing the user to
|
commands, checking commands for any unsafe attributes, and allowing the user to
|
||||||
execute or modify the generated command.
|
execute or modify the generated command.
|
||||||
|
|
||||||
This program is an implementation of an AI model used to assist users in
|
This program is an implementation of an AI model used to assist users in
|
||||||
generating Unix/shell commands or other scripts, based on their natural language
|
generating Unix/shell commands or other scripts, based on their natural language
|
||||||
input. The objective is to aid those users who might not remember the exact syntax
|
input. The objective is to aid those users who might not remember the exact syntax
|
||||||
of every command or script they frequently use.
|
of every command or script they frequently use.
|
||||||
|
|
||||||
Sources:
|
Sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user