-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write Prompt Submission Client for Server Mode #6
Comments
Idea: implement client mode by adding cli arg for --client and also by checking if the binary name == 'client' || 'prompt' or something more unique (i.e. cligptclient, cligptprompt, promptgpt, etc ...). This will save on the complexity of compiling multiple binaries ... |
Better yet, create a separate |
Additional References on Go Dev: |
Specific References on Interactive Shell: |
Additional Go Dev References (because it's good stuff and why not?): |
Implemented with 8f1861e |
Would be good to have CLI that can handle edit command (CTRL-A, CTRL-K, etc ...). |
Alternate Prompt Libraries: |
A better solution would be to have the client mode be the default when no config file can be found ... also it can be manually toggled with the If it does find a config file it can just send requests directly to OpenAI's ChatGPT API ... |
Closing now and continuing in new issue: #10 |
improve openai completions api access
Would be good to have a CLI client to submit prompts to the cligpt server when in server mode
The text was updated successfully, but these errors were encountered: