We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2646e commit 8fbe97bCopy full SHA for 8fbe97b
README.md
@@ -0,0 +1,10 @@
1
+# chatgpt-client
2
+
3
+命令行版 ChatGPT 应用
4
5
+启动:
6
7
+```bash
8
+go mod tidy
9
+go run chat.go
10
+```
0 commit comments