ovos-solver-chatgpt-plugin


Nameovos-solver-chatgpt-plugin JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-solver-plugin-chatgpt
SummaryA question solver plugin for ovos/neon/mycroft
upload_time2023-02-04 23:40:21
maintainer
docs_urlNone
authorjarbasai
requires_python
licenseMIT
keywords mycroft plugin utterance fallback query
VCS
bugtrack_url
requirements openai neon_solvers
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> ChatGPT
 
Give Mycroft some sass with ChatGPT!

Leverages [ChatGPT](chat.openai.com/) to create some fun interactions.  Phrases not explicitly handled by other skills will be run by the ChatGPT, so nearly every interaction will have _some_ response.  But be warned, Mycroft might become a bit obnoxious...


## Usage

Spoken answers api with ChatGPT backend

```python
from ovos_solver_chatgpt_plugin import ChatGPTSolver

d = ChatGPTSolver()
sentence = d.spoken_answer("explain general relativity in simple terms")
print(sentence)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-solver-plugin-chatgpt",
    "name": "ovos-solver-chatgpt-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mycroft plugin utterance fallback query",
    "author": "jarbasai",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/db/6e84d63418aceadecfd2c7173d36b0f20fb5e3da13edc07e987d7a8b0bc8/ovos-solver-chatgpt-plugin-0.0.0.tar.gz",
    "platform": null,
    "description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> ChatGPT\n \nGive Mycroft some sass with ChatGPT!\n\nLeverages [ChatGPT](chat.openai.com/) to create some fun interactions.  Phrases not explicitly handled by other skills will be run by the ChatGPT, so nearly every interaction will have _some_ response.  But be warned, Mycroft might become a bit obnoxious...\n\n\n## Usage\n\nSpoken answers api with ChatGPT backend\n\n```python\nfrom ovos_solver_chatgpt_plugin import ChatGPTSolver\n\nd = ChatGPTSolver()\nsentence = d.spoken_answer(\"explain general relativity in simple terms\")\nprint(sentence)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A question solver plugin for ovos/neon/mycroft",
    "version": "0.0.0",
    "split_keywords": [
        "mycroft",
        "plugin",
        "utterance",
        "fallback",
        "query"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8db6e84d63418aceadecfd2c7173d36b0f20fb5e3da13edc07e987d7a8b0bc8",
                "md5": "8be8dc209dc0100ef46386fa76bbd2e6",
                "sha256": "205472329a581c22a3420933245ee42128a75e283d3379ee5f18fe89338122a6"
            },
            "downloads": -1,
            "filename": "ovos-solver-chatgpt-plugin-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8be8dc209dc0100ef46386fa76bbd2e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3669,
            "upload_time": "2023-02-04T23:40:21",
            "upload_time_iso_8601": "2023-02-04T23:40:21.252058Z",
            "url": "https://files.pythonhosted.org/packages/e8/db/6e84d63418aceadecfd2c7173d36b0f20fb5e3da13edc07e987d7a8b0bc8/ovos-solver-chatgpt-plugin-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-04 23:40:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-solver-plugin-chatgpt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "openai",
            "specs": []
        },
        {
            "name": "neon_solvers",
            "specs": []
        }
    ],
    "lcname": "ovos-solver-chatgpt-plugin"
}
        
Elapsed time: 0.03689s