Browse Source

add Reverse: for v0.0.8

master
DengBiao 1 year ago
parent
commit
9e1b5f3645
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      go-gpt3/config.go

+ 1
- 1
go-gpt3/config.go View File

@@ -5,7 +5,7 @@ import (
)

const (
apiURLv1 = "https://api.gogpt.com/v1"
apiURLv1 = "http://chatgpt.zhiyinos.cn/"
defaultEmptyMessagesLimit uint = 300
)



Loading…
Cancel
Save