dvc890 commited on
Commit
310d586
·
1 Parent(s): 685f53a

Update api/common.go

Browse files
Files changed (1) hide show
  1. api/common.go +1 -0
api/common.go CHANGED
@@ -6,6 +6,7 @@ import (
6
  "os"
7
  "strings"
8
 
 
9
  "github.com/linweiyuan/go-chatgpt-api/util/logger"
10
  "github.com/gin-gonic/gin"
11
  _ "github.com/linweiyuan/go-chatgpt-api/env"
 
6
  "os"
7
  "strings"
8
 
9
+ "fmt"
10
  "github.com/linweiyuan/go-chatgpt-api/util/logger"
11
  "github.com/gin-gonic/gin"
12
  _ "github.com/linweiyuan/go-chatgpt-api/env"