https://github.com/mlang/llm-dialog
A dialog Toolbox for LLM
https://github.com/mlang/llm-dialog
Last synced: 9 months ago
JSON representation
A dialog Toolbox for LLM
- Host: GitHub
- URL: https://github.com/mlang/llm-dialog
- Owner: mlang
- License: apache-2.0
- Created: 2025-06-17T16:59:56.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-27T11:52:42.000Z (12 months ago)
- Last Synced: 2025-06-27T12:39:45.851Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llm-dialog
LLM plugin for dialogs as a Toolbox.
## Installation
```bash
llm install git+https://github.com/mlang/llm-dialog
```
## Usage
```bash
llm -T Dialog 'Quiz me about European countries'
```