We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e1c4c commit b35ad3cCopy full SHA for b35ad3c
to-openai-file
@@ -3,7 +3,7 @@
3
function help() {
4
cat << EndOfHelp
5
Convert a file to OpenAI format, as a single line of a JSON lines file.
6
-Concatenate multiple file into one, or use this tool to upload directly.
+Concatenate multiple files into one, or use this tool to upload directly.
7
Usage:
8
echo filename.txt | to-openai-file
9
ls -1 myfolder | xargs -I _ -L1 sh -c "cat _ | to-openai-file"
0 commit comments