KognitiveKompanion - 多功能AI助手

KognitiveKompanion - 多功能AI助手

适用于KDE等桌面环境的现代化多功能AI接口,支持多种后端和硬件加速。

快速入门

  1. 克隆仓库:

    git clone https://github.com/MagicUnicornInc/KognitiveKompanion.git
    cd KognitiveKompanion
    
  2. 安装依赖:

    pip install -r requirements.txt
    
  3. 根据需求选择运行方式:

    • 使用OpenAI后端:
      ./run_openai_gui.sh
      
    • 使用Ollama后端:
      ./run_kde_ai_interface.py
      
    • 使用AMD Ryzen AI(需支持硬件):
      ./run_ryzen_ai_model.py
      
  4. 配置参考文档:

项目结构及更多详情请查阅README文件。