mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 17:53:42 +08:00
feat: change midjourney origin implements, replace midjourney bot with midjourney-proxy
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
import (
|
||||
"chatplus/utils"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
text := "一只 蜗牛在树干上爬,阳光透过树叶照在蜗牛的背上 --ar 1:1 --iw 0.250000 --v 6"
|
||||
fmt.Println(utils.HasChinese(text))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user