class ChatGPT::CLI
- ChatGPT::CLI
- Reference
- Object
Defined in:
chatgpt/cli.crchatgpt/cli/parser.cr
chatgpt/cli/version.cr
Constant Summary
-
SOURCE_URL =
"https://github.com/kojix2/chatgpt-cli"
-
VERSION =
{{ (`shards version /srv/crystaldoc.info/gitlab-kojix2-chatgpt-cli-v0.2.1/src/chatgpt/cli`).chomp.stringify }}
Constructors
Instance Method Summary
- #chat_gpt_client : ChatGPT::Client
- #code_blocks : Array(File)
- #interactive : Bool
- #magic_command_runner : ChatGPT::MagicCommandRunner
- #main_run(input_msg)
- #post_data : PostData
- #response_data : ResponseData
- #run
- #run_as_oneliner
- #run_interacitively
- #substitutor : ChatGPT::InputSubstitutor
- #system_command_runner : ChatGPT::SystemCommandRunner
- #total_tokens : Int32