Ficta AI text interface #4366
Michael-F-Ellis
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/Michael-F-Ellis/ficta
I've just released v1.3.2 which can interface to llama.cpp server /v1/chats/completions.
ficta
is a command line program that lets you use OpenAI's completion API from any text editor.It exists because I found it frustrating to write short stories and essays via the ChatGPT web interface. With ficta, the developing story becomes the prompt. ficta also lets you change LLM model and parameters freely in mid-stream.
ficta attempts to adhere to the Unix/Linux philosophy that programs should do one thing well and cooperate with other programs. In the case of ficta, you specify some text files to watch and it monitors them for changes. When you edit and save a file, ficta handles sending the contents of the file to the OpenAI API endpoint and updating your file with the response.
Beta Was this translation helpful? Give feedback.
All reactions