class Chatcopy::CLI

Defined in:

cli.cr

Constant Summary

DEFAULT_MODEL = "gpt-3.5-turbo-0613"
DEFAULT_PATH = "prompt.md"

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Set default values for file path and model on initialization


[View source]

Instance Method Detail

def parse_arguments #

Define how the command line arguments are parsed


[View source]
def run #

Define the main functionality of the CLI


[View source]