💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## 概述 https://github.com/idcpj/qt-basic-framework 目录结构 ``` demo ├── framework.pro ├── README.md ├── src │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── mainwindow.ui │ ├── src.pri │ └── tools │ ├── cal.h │ ├── date.h │ └── tools.pri └── tests ├── build_batch_test.h ├── qtestrunner.h ├── tests.pri ├── test_add.cpp ├── test_add.h ├── test_add2.cpp └── test_add2.h ```