log the cmd line to the chat history

This commit is contained in:
Paul Gauthier 2023-05-17 13:47:34 -07:00
parent 6ea9085eec
commit fc1dac4ac3

View file

@ -100,6 +100,8 @@ def main(args=None, input=None, output=None):
output=output, output=output,
) )
io.tool(*sys.argv)
coder = Coder( coder = Coder(
args.model, args.model,
fnames, fnames,