chatteract


Namechatteract JSON
Version 0.6 PyPI version JSON
download
home_pagehttps://github.com/aspelund/chatter-act
SummaryA package to handle OpenAI responses and execute function calls.
upload_time2023-08-13 10:27:09
maintainer
docs_urlNone
authorMattias Aspelund
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements requests tiktoken
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ChatterAct is a Python package developed to streamline the integration of OpenAI's GPT-4 function calling capabilities into your applications. Its primary goal is to provide a simplified, yet flexible mechanism for exposing numerous functions to the AI model with minimal effort. ChatterAct handles the execution and piping, enabling you to start simple with one or two AI functions and expand as the complexity of your project grows.

Basically, what you need to do to get started is to follow a simple pattern for the functions that you want to expose to GPT, and to use the wrapper for the GPT calling.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aspelund/chatter-act",
    "name": "chatteract",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mattias Aspelund",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e3/9e/0d4b69a2225eb406bffa507917db0be191259a97d977759bfc6d22b00ecc/chatteract-0.6.tar.gz",
    "platform": null,
    "description": "ChatterAct is a Python package developed to streamline the integration of OpenAI's GPT-4 function calling capabilities into your applications. Its primary goal is to provide a simplified, yet flexible mechanism for exposing numerous functions to the AI model with minimal effort. ChatterAct handles the execution and piping, enabling you to start simple with one or two AI functions and expand as the complexity of your project grows.\n\nBasically, what you need to do to get started is to follow a simple pattern for the functions that you want to expose to GPT, and to use the wrapper for the GPT calling.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to handle OpenAI responses and execute function calls.",
    "version": "0.6",
    "project_urls": {
        "Homepage": "https://github.com/aspelund/chatter-act"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d15f467d238b93ea3c3ae3eec24275432ef8af9c3ab4f1154edeabcbe7e1de6c",
                "md5": "e84ee61f208c8434473712a68f9f5335",
                "sha256": "54c124d425b2dd1573b9ac38c9acfc6f0f57aff44f65a2bafff3467a3d7f1356"
            },
            "downloads": -1,
            "filename": "chatteract-0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e84ee61f208c8434473712a68f9f5335",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4796,
            "upload_time": "2023-08-13T10:27:07",
            "upload_time_iso_8601": "2023-08-13T10:27:07.370582Z",
            "url": "https://files.pythonhosted.org/packages/d1/5f/467d238b93ea3c3ae3eec24275432ef8af9c3ab4f1154edeabcbe7e1de6c/chatteract-0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e39e0d4b69a2225eb406bffa507917db0be191259a97d977759bfc6d22b00ecc",
                "md5": "fda4070750f9ea4264728b133a2e7cce",
                "sha256": "7f68ec20b5ed269bb22e347b3054cebab7d7c4b6a3c8bb27685d778e4a43cb5e"
            },
            "downloads": -1,
            "filename": "chatteract-0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fda4070750f9ea4264728b133a2e7cce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6462,
            "upload_time": "2023-08-13T10:27:09",
            "upload_time_iso_8601": "2023-08-13T10:27:09.091010Z",
            "url": "https://files.pythonhosted.org/packages/e3/9e/0d4b69a2225eb406bffa507917db0be191259a97d977759bfc6d22b00ecc/chatteract-0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-13 10:27:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aspelund",
    "github_project": "chatter-act",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "tiktoken",
            "specs": []
        }
    ],
    "lcname": "chatteract"
}
        
Elapsed time: 0.15860s