livekit-plugins-openai


Namelivekit-plugins-openai JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from OpenAI
upload_time2024-02-20 16:17:55
maintainer
docs_urlNone
author
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": "livekit-plugins-openai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "",
    "keywords": "webrtc,realtime,audio,video,livekit",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e4/24/77d9cb25bb2e164436a3a0f5b7b1f9c39026e0fbec63e9bb50526c38c7d5/livekit-plugins-openai-0.2.0.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins OpenAI\n\nAgent Framework plugin for services from OpenAI. Currently supports STT, TTS, and Dalle 3.\n\n## Installation\n\n```bash\npip install livekit-plugins-openai\n```\n\n## Pre-requisites\n\nYou'll need an API key from OpenAI. It can be set as an environment variable: `OPENAI_API_KEY`\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from OpenAI",
    "version": "0.2.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": "2e1a24dd0be26e5cbb3b39e98d3e85fe84f4f9d6fd35983d3487a6cdfa5fe4e9",
                "md5": "1f2062876dc126baf77ebe6950a7b8f8",
                "sha256": "31d623c0370f8d354d89d6ba8881d8f84333c351a60624d277e6fba6133975cd"
            },
            "downloads": -1,
            "filename": "livekit_plugins_openai-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f2062876dc126baf77ebe6950a7b8f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 7039,
            "upload_time": "2024-02-20T16:17:54",
            "upload_time_iso_8601": "2024-02-20T16:17:54.233230Z",
            "url": "https://files.pythonhosted.org/packages/2e/1a/24dd0be26e5cbb3b39e98d3e85fe84f4f9d6fd35983d3487a6cdfa5fe4e9/livekit_plugins_openai-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e42477d9cb25bb2e164436a3a0f5b7b1f9c39026e0fbec63e9bb50526c38c7d5",
                "md5": "e68aff66243c01720a7203c4e10a1b63",
                "sha256": "323cc42128a73a8a8e70cda4ddace6b5513f12f698075e8d4dfb69f676392980"
            },
            "downloads": -1,
            "filename": "livekit-plugins-openai-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e68aff66243c01720a7203c4e10a1b63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 4628,
            "upload_time": "2024-02-20T16:17:55",
            "upload_time_iso_8601": "2024-02-20T16:17:55.317997Z",
            "url": "https://files.pythonhosted.org/packages/e4/24/77d9cb25bb2e164436a3a0f5b7b1f9c39026e0fbec63e9bb50526c38c7d5/livekit-plugins-openai-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 16:17:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-openai"
}
        
Elapsed time: 0.26354s