1 Star 4 Fork 4

jdysya / 聊天机器人

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiangyu 提交于 2023-01-27 11:36 . 基本实现chatGpt接口的聊天界面
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ChatRobot"
include ':app'
1
https://gitee.com/jdysya/chatRobot.git
git@gitee.com:jdysya/chatRobot.git
jdysya
chatRobot
聊天机器人
main

搜索帮助