Metadata-Version: 2.3
Name: aiask
Version: 0.1.2
Summary: AIAsk is an intelligent AI assistant that leverages AI to enhance your daily life.
Author-email: curry tang <twn39@163.com>
Requires-Python: >=3.10
Requires-Dist: langchain-openai>=0.2.8
Requires-Dist: langchain>=0.3.7
Requires-Dist: pydantic>=2.9.2
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.13.0
Description-Content-Type: text/markdown

# aiask

Aiask is a simple AI chatbot that uses the Langchain to generate responses to user input.

screen:


![](./screen.png)


## Installation

```bash
pip install aiask
```