livekit-plugins-openai


Namelivekit-plugins-openai JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from OpenAI
upload_time2024-04-15 20:05:52
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": "livekit-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/88/91/468155440d8b138b27b84f4ae5449116daef8c2fb15fd75a02b30e46b049/livekit_plugins_openai-0.3.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.3.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": "0fe97e382436be8cacd664a3a78cd0a34391cd9aee49ceb8b3a83c169c94a38c",
                "md5": "309da04b343d97c021c1a97b7d816cd5",
                "sha256": "fbfd1e95e6a71809af53c0dc94fc3d8536f68103fe01ae3ad60c7c97903b4e10"
            },
            "downloads": -1,
            "filename": "livekit_plugins_openai-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "309da04b343d97c021c1a97b7d816cd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 8730,
            "upload_time": "2024-04-15T20:05:51",
            "upload_time_iso_8601": "2024-04-15T20:05:51.559700Z",
            "url": "https://files.pythonhosted.org/packages/0f/e9/7e382436be8cacd664a3a78cd0a34391cd9aee49ceb8b3a83c169c94a38c/livekit_plugins_openai-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8891468155440d8b138b27b84f4ae5449116daef8c2fb15fd75a02b30e46b049",
                "md5": "b92f86b87018df98af93d532fc369eb8",
                "sha256": "0952530ba08bf68fc77d20b79186d84df2829b15feb633a5a874eeb53f9149dd"
            },
            "downloads": -1,
            "filename": "livekit_plugins_openai-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b92f86b87018df98af93d532fc369eb8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 6971,
            "upload_time": "2024-04-15T20:05:52",
            "upload_time_iso_8601": "2024-04-15T20:05:52.742514Z",
            "url": "https://files.pythonhosted.org/packages/88/91/468155440d8b138b27b84f4ae5449116daef8c2fb15fd75a02b30e46b049/livekit_plugins_openai-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 20:05:52",
    "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.26703s