aeon-plugins-openai


Nameaeon-plugins-openai JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from OpenAI
upload_time2024-07-20 02:17:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins OpenAI

Agent Framework plugin for services from OpenAI. Currently supports STT, TTS, and Dalle 3.

## Installation

```bash
pip install livekit-plugins-openai
```

## Pre-requisites

You'll need an API key from OpenAI. It can be set as an environment variable: `OPENAI_API_KEY`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "aeon-plugins-openai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f3/d2/94afd2cf46d14e74563e3d4962774b6c0d3872055de5432d50310af44cd6/aeon_plugins_openai-0.6.0.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins OpenAI\r\n\r\nAgent Framework plugin for services from OpenAI. Currently supports STT, TTS, and Dalle 3.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install livekit-plugins-openai\r\n```\r\n\r\n## Pre-requisites\r\n\r\nYou'll need an API key from OpenAI. It can be set as an environment variable: `OPENAI_API_KEY`\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from OpenAI",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c12291418f637c0213c6fa54657c4fde8984eb4b745074f9c39f0094a27921eb",
                "md5": "1618870ee4b2aa749fc273f2b71a7b81",
                "sha256": "70084fe99e7caae50c05f244b11aec9d3d372f8afda312902efcbcbd9d59185a"
            },
            "downloads": -1,
            "filename": "aeon_plugins_openai-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1618870ee4b2aa749fc273f2b71a7b81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 12195,
            "upload_time": "2024-07-20T02:17:44",
            "upload_time_iso_8601": "2024-07-20T02:17:44.782390Z",
            "url": "https://files.pythonhosted.org/packages/c1/22/91418f637c0213c6fa54657c4fde8984eb4b745074f9c39f0094a27921eb/aeon_plugins_openai-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3d294afd2cf46d14e74563e3d4962774b6c0d3872055de5432d50310af44cd6",
                "md5": "b82dc75e2bfe1eb753966cfb940b95be",
                "sha256": "9834226878881aafd3a1f823653967cc6e88aba6913ca2399138f55e4f366be5"
            },
            "downloads": -1,
            "filename": "aeon_plugins_openai-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b82dc75e2bfe1eb753966cfb940b95be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 8500,
            "upload_time": "2024-07-20T02:17:46",
            "upload_time_iso_8601": "2024-07-20T02:17:46.445624Z",
            "url": "https://files.pythonhosted.org/packages/f3/d2/94afd2cf46d14e74563e3d4962774b6c0d3872055de5432d50310af44cd6/aeon_plugins_openai-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 02:17:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aeon-plugins-openai"
}
        
Elapsed time: 0.34026s