openai-sdk


Nameopenai-sdk JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA package for creating chat completions with Azure OpenAI.
upload_time2025-01-17 16:38:47
maintainerNone
docs_urlNone
authorCloudRoller
requires_python>=3.6
licenseMIT
keywords azure openai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ```
# install from PyPI
pip install openai

# usage
python chat_completion.py <prompt>
```

Homepage = "https://oai-endpoint.developer.azure-api.net/"

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "openai-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "azure, openai",
    "author": "CloudRoller",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4a/7d/7ed64d713f0982217e6d90d7858e1593bd03bd080aec04c16fd6110fbc32/openai_sdk-0.1.0.tar.gz",
    "platform": null,
    "description": "```\n# install from PyPI\npip install openai\n\n# usage\npython chat_completion.py <prompt>\n```\n\nHomepage = \"https://oai-endpoint.developer.azure-api.net/\"\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for creating chat completions with Azure OpenAI.",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://oai-endpoint.developer.azure-api.net/api-details#api=aws&operation=ChatCompletions_Create",
        "Homepage": "https://oai-endpoint.developer.azure-api.net/",
        "Repository": "https://github.com/cloudroller/azure-openai"
    },
    "split_keywords": [
        "azure",
        " openai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b606f314b2d5276b090183a6098676fd7429815086316d0b39f2fc6402fd442f",
                "md5": "7d532931a5916d4ce5bb1b0303441db3",
                "sha256": "e99d3c7021d428c8896e09c782c0960cd6afc0881f65430305ba06e4dc2ae023"
            },
            "downloads": -1,
            "filename": "openai_sdk-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d532931a5916d4ce5bb1b0303441db3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3126,
            "upload_time": "2025-01-17T16:38:45",
            "upload_time_iso_8601": "2025-01-17T16:38:45.284392Z",
            "url": "https://files.pythonhosted.org/packages/b6/06/f314b2d5276b090183a6098676fd7429815086316d0b39f2fc6402fd442f/openai_sdk-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a7d7ed64d713f0982217e6d90d7858e1593bd03bd080aec04c16fd6110fbc32",
                "md5": "a5f15b66d9fe68a08b01caf41d992fff",
                "sha256": "35a99f9a9815b48838164e6d65be4c662c9a3305319e0708717f39a78bdaffca"
            },
            "downloads": -1,
            "filename": "openai_sdk-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a5f15b66d9fe68a08b01caf41d992fff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2880,
            "upload_time": "2025-01-17T16:38:47",
            "upload_time_iso_8601": "2025-01-17T16:38:47.387328Z",
            "url": "https://files.pythonhosted.org/packages/4a/7d/7ed64d713f0982217e6d90d7858e1593bd03bd080aec04c16fd6110fbc32/openai_sdk-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-17 16:38:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloudroller",
    "github_project": "azure-openai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "openai-sdk"
}
        
Elapsed time: 0.63738s