SkillAgentSearch skills...

SimpleChatbot

Models: Deepseek R1 models, Llama3.2, Qwen2.5. Integrations: Ollama, Gradio. Supports Local LLM. Test and deploy the latest LLM models in the fastest and most efficient way

Install / Use

/learn @khaidq97/SimpleChatbot
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

The Simple Chatbot for testing and deploying LLM models

Test and deploy the latest LLM models in the fastest and most efficient way

Prerequisites

  • Ollama should be installed and running
  • Pull a model to use with the library: ollama pull <model> e.g. ollama pull deepseek-r1:1.5b
    • See Ollama.com for more information on the models available.

Install

conda create -n chatbot python=3.12 # create env
conda activate chatbot 
pip install poetry # install poetry
poetry install # install dependencies

Run Chabot

python app.py # run app
* Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
<img src="assets/simple-chatbot-demo-31-01-25.gif" width="600" alt="Mô tả GIF">

Full Video:

Watch the full video here

View on GitHub
GitHub Stars16
CategoryOperations
Updated2d ago
Forks8

Languages

Python

Security Score

95/100

Audited on Mar 28, 2026

No findings