An open API service indexing awesome lists of open source software.

https://github.com/stadiello/chatbot

A classic chatbot with interface powered by ollama
https://github.com/stadiello/chatbot

ai artificial-intelligence chat-application chatbot ollama

Last synced: 2 months ago
JSON representation

A classic chatbot with interface powered by ollama

Awesome Lists containing this project

README

          

# chatBot

## UML
![image](packages.png)
![image2](classes.png)

## Installation

```bash
pip install -e .
```

## Usage

```bash
python main.py
```

## Tests

```bash
pytest tests/
```