Metadata-Version: 2.1
Name: large-language-model-cli
Version: 0.5
Summary: Command-line for interacting with large language models. not TUI. chatgpt
Home-page: https://github.com/talwrii/llmcli
Author: Talwrii
Author-email: Talwrii@googlemail.com
License: mit
Description: # llmcli
        
        A command line interface for using some large language models.
        
        Support models:
        
        * [chatgpt](https://openai.com/blog/chatgpt/)
        * Other models when I want to use this. I might end up hooking this up to huggingface and gpt
        
        Install:
        
        ```
        pip install large-language-model-cli
        ```
        
        # chatgpt
        
        ```llmcli chatgpt "prompt"```
        
        Prompts for password if necessarily. Saves a session tokken
        
        Use `--login` to force a new login.
        
        
        # Prior work
        
        * There are libraries in python and node to talk to chatgpt
        * For ChatGPT [revChatGPT](https://github.com/acheong08/ChatGPT) which has a [Text User Interface](https://en.wikipedia.org/wiki/Text-based_user_interface) but not command line interface.
        
Keywords: ChatGPT
Platform: UNKNOWN
Description-Content-Type: text/markdown
