Guillermo Kardolus
Guillermo Kardolus
First of all, thank you so much for node-photoshop. Have been playing around with it on Mac OSX and it works fantastic. Yesterday, I wanted to install node-photoshop on a...
## What changes were proposed in this pull request? This pull request introduces a mechanism to sanitize error messages in the `GatewayServlet` to improve security by hiding IP addresses from...
#### Problem Currently, the configuration for the ChatGPT CLI uses a singular configuration format for LLMs and models. This works well if you're using only one LLM at a time,...
I feel like I cut some corners on how the token size is calculated for the `context_window`.
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed - Default should be `nil` - Hide the `json` key with `omitempty` in case it is `nil` - Test the reflection logic to see if pointers to strings...
It would be cool to have a configurable prompt that you can set either with a command line flag or an environment variable. Right now prompts need to be passed...
Add this command `chatgpt --show-history [thread]`. It should print a human readable history. If the thread is omitted the current thread is selected.