# aibb **Repository Path**: GodanKing/aibb ## Basic Information - **Project Name**: aibb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-18 - **Last Updated**: 2026-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Chat Software An AI-powered chat application that captures and incorporates practical experience into its functionality. The interface mimics WeChat PC client. ## Features - AI-driven conversations - Experience accumulation and learning - WeChat-like UI - Built with Python 3 and GTK4 ## Installation ```bash sudo apt install libgtk-4-dev gir1.2-gtk-4.0-dev libgirepository-2.0-dev gir1.2-girepository-2.0-dev libgirepository1.0-dev pip install -r requirements.txt ``` ## Usage ```bash uv run python dev.py ``` ## AI Configuration Configure AI model parameters through the UI: 1. Click "⚙️ 设置" button in the sidebar 2. Enter your AI service credentials: - API Key: Your OpenAI-compatible API key - Base URL: API endpoint (optional, uses default if empty) - Model: Model name (e.g., glm-4.6, gpt-4o-mini, gpt-4o) - Temperature: 0.0 - 1.0, higher is more creative - Max Tokens: Response length limit (1024 - 1204*1024) 3. Click "保存" to apply changes immediately Configuration is saved in the database and persists between sessions. ## Development This project follows a strict workflow: 1. Brainstorming and design refinement 2. Git worktrees for isolation 3. Small testable tasks 4. RED-GREEN-REFACTOR cycle 5. Two-stage reviews between tasks