Name | mmon JSON |
Version |
0.12.1
JSON |
| download |
home_page | None |
Summary | A customizable chat bot. |
upload_time | 2024-03-23 03:37:10 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
keywords |
chatbot
llm
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mmon [![PyPI version](https://badge.fury.io/py/mmon.svg)](https://badge.fury.io/py/mmon) [![Release Building](https://github.com/iaalm/mmon/actions/workflows/release.yml/badge.svg)](https://github.com/iaalm/mmon/actions/workflows/release.yml)
A customizable (BingChat-like) chat bot.
![A chatbot image generated by algorithm](./logo.jpg)
## Install
```bash
pip install -U mmon
```
Set environment variable in your `~/.bashrc`, `~/.zshrc`, etc.
```bash
export OPENAI_API_KEY=sk~XXXXXXXX
```
Or, to use Azure OpenAI endpoint, set following environment variable:
```bash
export AZURE_OPENAI_ENDPOINT=https://XXXXXX.openai.azure.com/
export OPENAI_API_KEY=XXXXXXXXXX
export OPENAI_API_TYPE=azure
export OPENAI_API_VERSION=2023-07-01-preview
# Use a deploymetn of gpt-3.5-turbo or gpt-4 with version 0613 or later
export MMON_DEPLOYMENT=gpt-35-turbo-16k
```
When you first run `mmon`, it will generate config file in `~/.mmon_cfg.json` based on the environment variable (and ignore environment variable afterward).
## Usage
```bash
python -m mmon
# or
mmon
```
Raw data
{
"_id": null,
"home_page": null,
"name": "mmon",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "chatbot, llm",
"author": null,
"author_email": "iaalm <iaalmsimon@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f2/7b/f1a2f8026bcae3be2f782c35bbfee879439cb63d63ee138cf2038f90d391/mmon-0.12.1.tar.gz",
"platform": null,
"description": "# mmon [![PyPI version](https://badge.fury.io/py/mmon.svg)](https://badge.fury.io/py/mmon) [![Release Building](https://github.com/iaalm/mmon/actions/workflows/release.yml/badge.svg)](https://github.com/iaalm/mmon/actions/workflows/release.yml)\nA customizable (BingChat-like) chat bot.\n\n![A chatbot image generated by algorithm](./logo.jpg)\n\n## Install\n```bash\npip install -U mmon\n```\n\nSet environment variable in your `~/.bashrc`, `~/.zshrc`, etc.\n```bash\nexport OPENAI_API_KEY=sk~XXXXXXXX\n```\nOr, to use Azure OpenAI endpoint, set following environment variable:\n```bash\nexport AZURE_OPENAI_ENDPOINT=https://XXXXXX.openai.azure.com/\nexport OPENAI_API_KEY=XXXXXXXXXX\nexport OPENAI_API_TYPE=azure\nexport OPENAI_API_VERSION=2023-07-01-preview\n# Use a deploymetn of gpt-3.5-turbo or gpt-4 with version 0613 or later\nexport MMON_DEPLOYMENT=gpt-35-turbo-16k\n```\nWhen you first run `mmon`, it will generate config file in `~/.mmon_cfg.json` based on the environment variable (and ignore environment variable afterward).\n\n## Usage\n```bash\npython -m mmon\n# or\nmmon\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A customizable chat bot.",
"version": "0.12.1",
"project_urls": {
"documentation": "https://github.com/iaalm/mmon",
"homepage": "https://github.com/iaalm/mmon",
"repository": "https://github.com/iaalm/mmon"
},
"split_keywords": [
"chatbot",
" llm"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "70a2670eb53df094f7f722b8530b117fe6fa0d7b1256b516791ba4d2934354c5",
"md5": "92ea724934b93cea5a66aeb5cf56c333",
"sha256": "6ee0bbe2b2cc11e408199430c82820d96425735d24a2bba490a6e1d79100c2ee"
},
"downloads": -1,
"filename": "mmon-0.12.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "92ea724934b93cea5a66aeb5cf56c333",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7957,
"upload_time": "2024-03-23T03:37:08",
"upload_time_iso_8601": "2024-03-23T03:37:08.634475Z",
"url": "https://files.pythonhosted.org/packages/70/a2/670eb53df094f7f722b8530b117fe6fa0d7b1256b516791ba4d2934354c5/mmon-0.12.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f27bf1a2f8026bcae3be2f782c35bbfee879439cb63d63ee138cf2038f90d391",
"md5": "2db525f19b56504527f3f4440ad5bca5",
"sha256": "da27c1674389131d954b8630f6437416c24e351ea4e31a51c6a0f0caaf2fd580"
},
"downloads": -1,
"filename": "mmon-0.12.1.tar.gz",
"has_sig": false,
"md5_digest": "2db525f19b56504527f3f4440ad5bca5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 206144,
"upload_time": "2024-03-23T03:37:10",
"upload_time_iso_8601": "2024-03-23T03:37:10.356890Z",
"url": "https://files.pythonhosted.org/packages/f2/7b/f1a2f8026bcae3be2f782c35bbfee879439cb63d63ee138cf2038f90d391/mmon-0.12.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-23 03:37:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "iaalm",
"github_project": "mmon",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mmon"
}