diff --git a/README.md b/README.md index e64ec5c..ccf2370 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # FileGPT FileGPT is a simple command-line tool that uses OpenAI's GPT-3.5-turbo or GPT-4 to autocomplete text files. It reads text input from a file or standard input (stdin) and outputs the completed text to standard output (stdout). FileGPT is useful for generating content, adding context or explanations, and autocompleting code, among other use cases. @@ -90,8 +92,6 @@ As Jack carefully considered his options, he remembered a folk tale his father h Seizing the opportunity, Jack and Toby made their way past the enchanted dragon, out of the cave, and back into the sunlight. They returned to their village, treasure in hand, and shared their incredible adventure with the villagers. From that day on, Jack was known as a hero in the small village, and his tale of bravery and wit was passed down through generations. And as for Toby, he was never far from Jack's side, the two forging a lifelong bond the likes of which the village had never seen. ``` -add a new section to this readme detailing the new use of personalities - ## Personalities FileGPT now includes personalities that allow you to adjust the style and format of the output. Currently, there are two available personalities: @@ -145,4 +145,4 @@ result = factorial(n) print(f"The factorial of {n} is {result}") ``` -When using the 'writer' personality, FileGPT will produce text-based content with Markdown formatting. This can be useful for generating documentation or writing blog posts. \ No newline at end of file +When using the 'writer' personality, FileGPT will produce text-based content with Markdown formatting. This can be useful for generating documentation or writing blog posts.