large-language-model-cli


Namelarge-language-model-cli JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/talwrii/llmcli
SummaryCommand-line for interacting with large language models. not TUI. chatgpt
upload_time2022-12-10 14:17:07
maintainer
docs_urlNone
authorTalwrii
requires_python
licensemit
keywords chatgpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # llmcli

A command line interface for using some large language models.

Support models:

* OpenAI's [ChatGPT](https://openai.com/blog/chatgpt/)
* Other models when I want to use them. 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](https://github.com/acheong08/ChatGPT) and [node](https://github.com/transitive-bullshit/chatgpt-api) 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](https://askubuntu.com/questions/867416/are-there-differences-between-cli-and-tui)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/talwrii/llmcli",
    "name": "large-language-model-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ChatGPT",
    "author": "Talwrii",
    "author_email": "Talwrii@googlemail.com",
    "download_url": "https://files.pythonhosted.org/packages/be/89/5990d6571cf6d334e0a113e0b8e33ec5534836cefeeb79a80413f7e74352/large-language-model-cli-0.10.tar.gz",
    "platform": null,
    "description": "# llmcli\n\nA command line interface for using some large language models.\n\nSupport models:\n\n* OpenAI's [ChatGPT](https://openai.com/blog/chatgpt/)\n* Other models when I want to use them. I might end up hooking this up to huggingface and gpt\n\nInstall:\n\n```\npip install large-language-model-cli\n```\n\n# chatgpt\n\n```llmcli chatgpt \"prompt\"```\n\nPrompts for password if necessarily. Saves a session tokken\n\nUse `--login` to force a new login.\n\n\n# Prior work\n\n* There are libraries in [Python](https://github.com/acheong08/ChatGPT) and [node](https://github.com/transitive-bullshit/chatgpt-api) to talk to chatgpt\n* 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](https://askubuntu.com/questions/867416/are-there-differences-between-cli-and-tui)",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "Command-line for interacting with large language models. not TUI. chatgpt",
    "version": "0.10",
    "split_keywords": [
        "chatgpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b99f2d72bbbb4269b737de8c72d0ae91",
                "sha256": "4fa330efae7197d4bb166748dc992f70d6dbaa7805b1c58ab43486e1ce8919e9"
            },
            "downloads": -1,
            "filename": "large-language-model-cli-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "b99f2d72bbbb4269b737de8c72d0ae91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3418,
            "upload_time": "2022-12-10T14:17:07",
            "upload_time_iso_8601": "2022-12-10T14:17:07.324611Z",
            "url": "https://files.pythonhosted.org/packages/be/89/5990d6571cf6d334e0a113e0b8e33ec5534836cefeeb79a80413f7e74352/large-language-model-cli-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-10 14:17:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "talwrii",
    "github_project": "llmcli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "large-language-model-cli"
}
        
Elapsed time: 0.01545s