From cbaaeaef75c0d9ce44487f048a0c8dea79e0fa3b Mon Sep 17 00:00:00 2001 From: Simon He <674949287@qq.com> Date: Sun, 19 Jul 2026 22:19:05 +0800 Subject: [PATCH] Add AI Chat topic --- topics/ai-chat/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 topics/ai-chat/index.md diff --git a/topics/ai-chat/index.md b/topics/ai-chat/index.md new file mode 100644 index 00000000000..110f08d8d1e --- /dev/null +++ b/topics/ai-chat/index.md @@ -0,0 +1,7 @@ +--- +display_name: AI Chat +related: chatbot, llm, generative-ai, artificial-intelligence, chatgpt +short_description: AI chat applications use artificial intelligence models to generate conversational responses and interactive experiences. +topic: ai-chat +--- +AI chat software combines conversational interfaces with artificial intelligence models to generate responses, answer questions, and support interactive tasks. Projects in this topic include web and desktop chat applications, developer libraries for building chat interfaces, self-hosted assistants, and integrations that connect language models with tools, data, and multimodal input.