Spaces:
Runtime error
Runtime error
Update api/common.go
Browse files- api/common.go +1 -1
api/common.go
CHANGED
@@ -7,7 +7,7 @@ import (
|
|
7 |
"strings"
|
8 |
|
9 |
"encoding/json"
|
10 |
-
"fmt"
|
11 |
|
12 |
"github.com/gin-gonic/gin"
|
13 |
_ "github.com/linweiyuan/go-chatgpt-api/env"
|
|
|
7 |
"strings"
|
8 |
|
9 |
"encoding/json"
|
10 |
+
//"fmt"
|
11 |
|
12 |
"github.com/gin-gonic/gin"
|
13 |
_ "github.com/linweiyuan/go-chatgpt-api/env"
|