Metadata-Version: 2.4
Name: tkai-chat
Version: 0.5.1
Summary: Local LLM chat client with web search enhancement
Author-email: kyleeirc <17301777763@163.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yuleemoon/tkai-chat
Project-URL: Bug Tracker, https://github.com/yuleemoon/tkai-chat/issues
Keywords: llm,chat,local-llm,gguf,web-search
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Requires-Dist: tqdm>=4.70
Provides-Extra: local-llm
Requires-Dist: llama-cpp-python>=0.2.78; extra == "local-llm"
Requires-Dist: duckduckgo-search>=6.2; extra == "local-llm"

\# tkai-chat

本地大模型对话工具，支持联网搜索增强问答，轻量化本地GGUF模型交互。



\## 功能特性

1\. 纯本地 LLM 推理，基于 llama-cpp-python

2\. DuckDuckGo 实时联网搜索增强回答

3\. 多轮对话上下文记忆

4\. 简洁易用的客户端 TKClient



\## 安装

\### 完整本地模型依赖版

```bash

pip install tkai-chat\[local-llm] -i https://pypi.tuna.tsinghua.edu.cn/simple

