gptty
gptty copied to clipboard
ChatGPT wrapper in your TTY
With the recent release of [gpt4-turbo](https://help.openai.com/en/articles/8555510-gpt-4-turbo), we should test and verify that the system works with the new model.
Right now, we are just writing our pandas dataframe to a text file. It may be worth adding support for a wider variety of datastores for managing chat / context...
0.1.0 - [add basic completion wrapper](https://github.com/signebedi/gptty/issues/10) - #5 - #3 - #7 0.2.0 - [add runtime commands](https://github.com/signebedi/gptty/issues/20) - #2 - #11 - #17 0.2.1 - [add log command](https://github.com/signebedi/gptty/issues/22) - #21...
> [scripting] extend the UniversalCompletion class with context generation > We should extend the UniversalCompletion class with features that support generating context like in gptty.context. ```python def build_context(self, prompt: str,...
Provide users with insights into their API usage, response patterns, and other metrics to help them optimize their interactions with ChatGPT.
Allow users to save and share custom prompts and examples within the community, providing a useful resource for learning and inspiration.
Offer pre-built templates or snippets for common use cases, such as code generation, Q&A, or content generation, to help users get started more quickly.
Expand gptty to support different languages for users who prefer to interact with the AI in their native language.
Implement a rate-limit handling mechanism that automatically manages API usage and provides feedback to the user when nearing the limits, ensuring a smoother experience.