ollama-chat


Nameollama-chat JSON
Version 0.9.19 PyPI version JSON
download
home_pagehttps://github.com/craigahobbs/ollama-chat
SummaryAn Ollama chat web application
upload_time2024-06-21 20:48:26
maintainerNone
docs_urlNone
authorCraig A. Hobbs
requires_pythonNone
licenseMIT
keywords ollama chatbot conversational ai artificial intelligence ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ollama-chat

[![PyPI - Status](https://img.shields.io/pypi/status/ollama-chat)](https://pypi.org/project/ollama-chat/)
[![PyPI](https://img.shields.io/pypi/v/ollama-chat)](https://pypi.org/project/ollama-chat/)
[![GitHub](https://img.shields.io/github/license/craigahobbs/ollama-chat)](https://github.com/craigahobbs/ollama-chat/blob/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ollama-chat)](https://pypi.org/project/ollama-chat/)

**Ollama Chat** is a web chat client for
[Ollama](https://ollama.com)
that allows you to chat locally (and privately) with
[Large Language Models (LLMs)](https://ollama.com/library).


## Features

- Platform independent - tested on macOS, Windows, and Linux
- Chat with any local Ollama model
- Save conversations for later viewing and interaction
- Single and multiline prompts
- Regenerate the most recent conversation response
- Delete the most recent conversation exchange
- View responses as Markdown or text
- Save conversations as Markdown text
- Multiple concurrent chat responses (with proper Ollama configuration)


## Installation

To get up and running with Ollama Chat follows these steps:

1. Install and start [Ollama](https://ollama.com)

2. Install Ollama Chat

   ~~~
   pip install ollama-chat
   ~~~


### Updating

To update Ollama Chat:

~~~
pip install -U ollama-chat
~~~


## Start Ollama Chat

To start Ollama Chat, open a terminal prompt and run the Ollama Chat application:

~~~
ollama-chat
~~~

A web browser is launched and opens the Ollama Chat web application.

By default, a configuration file, "ollama-chat.json", is created in the user's home directory.


## Start Conversation from CLI

To start a conversation from the command line, use the `-m` argument:

~~~
ollama-chat -m "Why is the sky blue?"
~~~


## File Format and API Documentation

[Ollama Chat File Format](https://craigahobbs.github.io/ollama-chat/api.html#var.vName='OllamaChatConfig')

[Ollama Chat API](https://craigahobbs.github.io/ollama-chat/api.html)


## Development

This package is developed using [python-build](https://github.com/craigahobbs/python-build#readme).
It was started using [python-template](https://github.com/craigahobbs/python-template#readme) as follows:

~~~
template-specialize python-template/template/ ollama-chat/ -k package ollama-chat -k name 'Craig A. Hobbs' -k email 'craigahobbs@gmail.com' -k github 'craigahobbs' -k noapi 1
~~~

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/craigahobbs/ollama-chat",
    "name": "ollama-chat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "ollama, chatbot, conversational AI, artificial intelligence, AI",
    "author": "Craig A. Hobbs",
    "author_email": "craigahobbs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/99/ffd1767204285db51e309182488a1b05817d4f924c9f8ee6be18e3399288/ollama_chat-0.9.19.tar.gz",
    "platform": null,
    "description": "# ollama-chat\n\n[![PyPI - Status](https://img.shields.io/pypi/status/ollama-chat)](https://pypi.org/project/ollama-chat/)\n[![PyPI](https://img.shields.io/pypi/v/ollama-chat)](https://pypi.org/project/ollama-chat/)\n[![GitHub](https://img.shields.io/github/license/craigahobbs/ollama-chat)](https://github.com/craigahobbs/ollama-chat/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ollama-chat)](https://pypi.org/project/ollama-chat/)\n\n**Ollama Chat** is a web chat client for\n[Ollama](https://ollama.com)\nthat allows you to chat locally (and privately) with\n[Large Language Models (LLMs)](https://ollama.com/library).\n\n\n## Features\n\n- Platform independent - tested on macOS, Windows, and Linux\n- Chat with any local Ollama model\n- Save conversations for later viewing and interaction\n- Single and multiline prompts\n- Regenerate the most recent conversation response\n- Delete the most recent conversation exchange\n- View responses as Markdown or text\n- Save conversations as Markdown text\n- Multiple concurrent chat responses (with proper Ollama configuration)\n\n\n## Installation\n\nTo get up and running with Ollama Chat follows these steps:\n\n1. Install and start [Ollama](https://ollama.com)\n\n2. Install Ollama Chat\n\n   ~~~\n   pip install ollama-chat\n   ~~~\n\n\n### Updating\n\nTo update Ollama Chat:\n\n~~~\npip install -U ollama-chat\n~~~\n\n\n## Start Ollama Chat\n\nTo start Ollama Chat, open a terminal prompt and run the Ollama Chat application:\n\n~~~\nollama-chat\n~~~\n\nA web browser is launched and opens the Ollama Chat web application.\n\nBy default, a configuration file, \"ollama-chat.json\", is created in the user's home directory.\n\n\n## Start Conversation from CLI\n\nTo start a conversation from the command line, use the `-m` argument:\n\n~~~\nollama-chat -m \"Why is the sky blue?\"\n~~~\n\n\n## File Format and API Documentation\n\n[Ollama Chat File Format](https://craigahobbs.github.io/ollama-chat/api.html#var.vName='OllamaChatConfig')\n\n[Ollama Chat API](https://craigahobbs.github.io/ollama-chat/api.html)\n\n\n## Development\n\nThis package is developed using [python-build](https://github.com/craigahobbs/python-build#readme).\nIt was started using [python-template](https://github.com/craigahobbs/python-template#readme) as follows:\n\n~~~\ntemplate-specialize python-template/template/ ollama-chat/ -k package ollama-chat -k name 'Craig A. Hobbs' -k email 'craigahobbs@gmail.com' -k github 'craigahobbs' -k noapi 1\n~~~\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An Ollama chat web application",
    "version": "0.9.19",
    "project_urls": {
        "Homepage": "https://github.com/craigahobbs/ollama-chat"
    },
    "split_keywords": [
        "ollama",
        " chatbot",
        " conversational ai",
        " artificial intelligence",
        " ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a35acb5c7afe7f6cc138641a5bd5b84cb4f2432b314f739c08370b2554cd3c8b",
                "md5": "8f5da3d1daf70dd037ddfc136b74dc78",
                "sha256": "1dc440b892d6353dea79c5d9f2f3b0152a267ba868d57a7fb9d9ab1c402f4e0d"
            },
            "downloads": -1,
            "filename": "ollama_chat-0.9.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f5da3d1daf70dd037ddfc136b74dc78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14761,
            "upload_time": "2024-06-21T20:48:24",
            "upload_time_iso_8601": "2024-06-21T20:48:24.891488Z",
            "url": "https://files.pythonhosted.org/packages/a3/5a/cb5c7afe7f6cc138641a5bd5b84cb4f2432b314f739c08370b2554cd3c8b/ollama_chat-0.9.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a999ffd1767204285db51e309182488a1b05817d4f924c9f8ee6be18e3399288",
                "md5": "de1e1a9859027a3a157f80ff47c28f3f",
                "sha256": "319de1bc1d636a53c3cdc1504c1e42f8aa97ff43841b00283a131f15611f7fae"
            },
            "downloads": -1,
            "filename": "ollama_chat-0.9.19.tar.gz",
            "has_sig": false,
            "md5_digest": "de1e1a9859027a3a157f80ff47c28f3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14017,
            "upload_time": "2024-06-21T20:48:26",
            "upload_time_iso_8601": "2024-06-21T20:48:26.240421Z",
            "url": "https://files.pythonhosted.org/packages/a9/99/ffd1767204285db51e309182488a1b05817d4f924c9f8ee6be18e3399288/ollama_chat-0.9.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 20:48:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "craigahobbs",
    "github_project": "ollama-chat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ollama-chat"
}
        
Elapsed time: 0.67998s