ChatGPT-X 最强大的 WEB/API 系统,支持多用户、多 OPTNAI 帐号、GPT-3.5、GPT-4、DALL·E等一系列特性。 - 更新:使用更简洁的 gin 原生日志优雅处理错误 · ChatGPT-X/ChatGPT-X@92cbf2d
1.前言 以前遇到编程类的问题,第一时间想到的是 Google,而现在我会问ChatGPT。 2.ChatGPT 的回答 比如Gin 如何编写一个接收文件的 HTTP 接口,感受下 ChatGPT 工整有序的回答吧。 使用Gin 框架实现一个接收图片的 HTTP 接口可以分为以下几个步骤: 1.导入 Gin 和 net/http 包。 代码语言:javascript 代码运行...
想着要按时阅读完,就一直往前赶,就容易疏忽。后面让ChatGPT解释的时候也还是不理解,直到ChatGPT举例的时候提到“Because of the --rm option, once the container stops, it will be automatically removed”,——看到top瞬间恍然大悟,再去看原来那句话,是“exits(退出)”!是“exits(退出)”!是“exits(退出)”!
(1)使用搜索引擎查找原因,了解一些用法在实际项目中的使用情况。 这里吐槽一下ChatGPT,ChatGPT给出了貌似可行,实际也是无法运行的代码:package main AI检测代码解析 import ( "go.mongodb.org/mongo-driver/v2/bson/primitive" "fmt" ) func main() { id := primitive.NewObjectID() fmt.Println(id) } 1....
这里吐槽一下ChatGPT,ChatGPT给出了貌似可行,实际也是无法运行的代码:package main import ( "go.mongodb.org/mongo-driver/v2/bson/primitive" "fmt" ) func main() { id := primitive.NewObjectID() fmt.Println(id) } ...
gin337 / ChatGPTReversed Public Notifications Fork 2 Star 19 Code Issues Pull requests Actions Projects Security Insights Releases v0.2.4 v0.2.4Latest Compare gin337 released this 02 Feb 18:55 · 1 commit to main since this release v0.2.4 8386753 Bump version to v0.2.4...
这里吐槽一下ChatGPT,ChatGPT给出了貌似可行,实际也是无法运行的代码:package main import ( "go.mongodb.org/mongo-driver/v2/bson/primitive" "fmt" ) func main() { id := primitive.NewObjectID() fmt.Println(id) } 很遗憾,通过搜索引擎也没有看到其它人遇到这个问题,从这个结果来看,那么这种用法很可...
后面让ChatGPT解释的时候也还是不理解,直到ChatGPT举例的时候提到“Because of the --rm option, once the container stops, it will be automatically removed”,——看到top瞬间恍然大悟,再去看原来那句话,是“exits(退出)”!是“exits(退出)”!是“exits(退出)”!
<?xml version="1.0"encoding="UTF-8"?><content type="string">AI大时代</content>ChatGPT全解析 获取JSON 数据 定义JSON 数据的结构体 代码语言:javascript 代码运行次数:0 运行 AI代码解释 // RequestBody 定义json参数的结构体type RequestBody
这里吐槽一下ChatGPT,ChatGPT给出了貌似可行,实际也是无法运行的代码:package main import("go.mongodb.org/mongo-driver/v2/bson/primitive""fmt")funcmain(){ id := primitive.NewObjectID() fmt.Println(id) } 很遗憾,通过搜索引擎也没有看到其它人遇到这个问题,从这个结果来看,那么这种用法很可能在实际业务...