draupner1 / oai

ChatGPT into CLI using OpenAIs API
Apache License 2.0
4 stars 2 forks source link

Formatted text into new json message #2

Closed draupner1 closed 1 year ago

draupner1 commented 1 year ago

The json format requires, one line, no tab, no newline, a single string. No multiline strings.

This needs some processing on the -n "in data string", when piping a larger formatted file/information.

Make it possible to digest formated in-data to be stored in the json format.

draupner1 commented 1 year ago

Fixed for textfiles, cvs, and code-files, in release 0.4.1.