We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc5558 commit e05b574Copy full SHA for e05b574
callback.go
@@ -1,8 +1,8 @@
1
package main
2
3
import (
4
- "ChatGLM/client"
5
"fmt"
+ "github.com/leverly/ChatGLM/client"
6
)
7
8
type StreamCallback struct {
go.mod
@@ -1,5 +1,5 @@
-module ChatGLM
+module github.com/leverly/ChatGLM
-go 1.19
+go 1.18
require github.com/dgrijalva/jwt-go v3.2.0+incompatible
main.go
@@ -1,9 +1,10 @@
"time"
+
9
10
const API_KEY = "XXX.XXX"
0 commit comments