augmented_gpt


Nameaugmented_gpt JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/wenyuzhao/augmented-gpt
SummaryChatGPT API wrapper, argumented with functions
upload_time2023-11-14 06:30:30
maintainer
docs_urlNone
authorWenyu Zhao
requires_python>=3.10,<3.13
licenseMIT
keywords chatgpt gpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AugmentedGPT: Simple ChatGPT api wrapper with function calls

[Example Usage](examples/example.ipynb)

Install: `pip3 install augmented-gpt`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wenyuzhao/augmented-gpt",
    "name": "augmented_gpt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<3.13",
    "maintainer_email": "",
    "keywords": "chatgpt,gpt",
    "author": "Wenyu Zhao",
    "author_email": "wenyu.zhao@anu.edu.au",
    "download_url": "https://files.pythonhosted.org/packages/3d/af/9c76b10fbb5d7183a5488ab655e4caeaf94d9251d3d2e94bbdfa6c6b528c/augmented_gpt-0.3.0.tar.gz",
    "platform": null,
    "description": "# AugmentedGPT: Simple ChatGPT api wrapper with function calls\n\n[Example Usage](examples/example.ipynb)\n\nInstall: `pip3 install augmented-gpt`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ChatGPT API wrapper, argumented with functions",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/wenyuzhao/augmented-gpt",
        "Repository": "https://github.com/wenyuzhao/augmented-gpt"
    },
    "split_keywords": [
        "chatgpt",
        "gpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c4f5840e60c7444468eb7528494d16cc4507664df55528421065cde45fd7597",
                "md5": "d89257da42ead0532b2c58e3f3e4eab4",
                "sha256": "f51bf8f36d73029d9ce8496509697a655af697350845886a305884cd5f2a72bc"
            },
            "downloads": -1,
            "filename": "augmented_gpt-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d89257da42ead0532b2c58e3f3e4eab4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<3.13",
            "size": 13161,
            "upload_time": "2023-11-14T06:30:29",
            "upload_time_iso_8601": "2023-11-14T06:30:29.090068Z",
            "url": "https://files.pythonhosted.org/packages/7c/4f/5840e60c7444468eb7528494d16cc4507664df55528421065cde45fd7597/augmented_gpt-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3daf9c76b10fbb5d7183a5488ab655e4caeaf94d9251d3d2e94bbdfa6c6b528c",
                "md5": "0e497c1d0c2a3d1ce321ef9850ca9b84",
                "sha256": "78981debb4c14d2b6b2ae3c29f8df3fb8d1fa2143093e8e36be1c638155d9ad9"
            },
            "downloads": -1,
            "filename": "augmented_gpt-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0e497c1d0c2a3d1ce321ef9850ca9b84",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<3.13",
            "size": 9962,
            "upload_time": "2023-11-14T06:30:30",
            "upload_time_iso_8601": "2023-11-14T06:30:30.548620Z",
            "url": "https://files.pythonhosted.org/packages/3d/af/9c76b10fbb5d7183a5488ab655e4caeaf94d9251d3d2e94bbdfa6c6b528c/augmented_gpt-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-14 06:30:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wenyuzhao",
    "github_project": "augmented-gpt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "augmented_gpt"
}
        
Elapsed time: 0.39747s