Giter Club home page Giter Club logo

dulaiduwang003 / time-sea-chatgpt Goto Github PK

View Code? Open in Web Editor NEW
406.0 8.0 109.0 23.6 MB

基于SpringBoot3开发的Ai平台 含双端 网页以及小程序 包含各类Ai模型 和绘图 ,含支付 双端数据同步 支持自定义预设词,功能板块定义 web兼容手机展示

License: Apache License 2.0

Java 18.39% JavaScript 19.36% Vue 60.52% HTML 0.25% SCSS 1.01% CSS 0.08% Dockerfile 0.08% Shell 0.30%
chatgpt drawing java spring-boot wechat-mini-program midjourney stable-diffusion uniapp vue

time-sea-chatgpt's People

Contributors

dulaiduwang003 avatar xjy1592922966 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

time-sea-chatgpt's Issues

感谢开源!

@dulaiduwang003 大佬您好,感谢开源!不知道是否方便加微信联络,可以探讨一切合作的机会,非常感谢!

Wechat:17720031102

Dr. Wuyang Li
City University of Hong Kong

后端项目中的sql,多了个逗号将会导致执行失败。

创建orders表时,最后一个字段update_time行尾不应该出现逗号会导致执行失败。

create table if not exists orders
(
    orders_id      varchar(100)                       not null
        primary key,
    user_id        bigint                             not null,
    product_id     bigint                             not null,
    product_name   varchar(50)                        not null,
    product_price  double                             not null,
    state          tinyint                            not null,
    frequency      bigint                             not null,
    reason_failure varchar(100)                        null,
    pay_time       datetime                           null,
    created_time   datetime default CURRENT_TIMESTAMP not null,
    update_time    datetime default CURRENT_TIMESTAMP not null, --多了个逗号
);

我发现SD无法写入数据库

image

这里是写入drawing的方法,但是我发现执行这个方法数据库没有任何记录。

image

最后返回的结果是:

image

启动失败

org.springframework.context.ApplicationContextException: Unable to start web server
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:164) ~[spring-boot-3.1.1.jar:3.1.1]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:602) ~[spring-context-6.0.10.jar:6.0.10]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.1.1.jar:3.1.1]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734) ~[spring-boot-3.1.1.jar:3.1.1]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:436) ~[spring-boot-3.1.1.jar:3.1.1]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-3.1.1.jar:3.1.1]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) ~[spring-boot-3.1.1.jar:3.1.1]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295) ~[spring-boot-3.1.1.jar:3.1.1]
at com.cn.bdth.BdthSuperApplication.main(BdthSuperApplication.java:21) ~[classes/:na]

JDK 17.0.9

作者的开源精神,牛逼!

想搭个chatgpt站给朋友用,又怕被传播滥用出去,于是在 github 上搜 chatgpt 相关程序,基本都是不开源恰钱的,感叹之余,无意间发现作者的项目,功能丰富,样式美观,多端支持,甚至还是全部免费,真是令人感动啊!像作者这样如此具有开源精神的人不多见了。

我已经跃跃欲试了,我现在就 clone 下来看看试着部署一下,特发一帖,抒发感想,作者牛逼!

66666666

我对作者的景仰有如滔滔江水,连绵不绝,又如黄河泛滥,一发而不可收拾,观阁下一码,胜读十年寒窗,看古近风流人物,还数阁下!能在此站见到您的新代码,真是小弟一生之荣幸,回家定要烧香祭祖,感谢先辈积下[阴德]

提个建议

目前在用 智能问答 会出现提示 哦豁!现在貌似出了点问题 请重新发送试试
不懂是服务器问题 还是在维护
如果是维护 建议在网页版加个提示 正在维护中...

微信群二维码

看不到进群的二维码?请问可以发一下吗,想多多交流

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.