mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 01:29:55 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dce4360043 |
2
main.go
2
main.go
@@ -98,6 +98,7 @@ func main() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gpt3.InitKey()
|
||||||
s := time.Now()
|
s := time.Now()
|
||||||
done := make(chan bool)
|
done := make(chan bool)
|
||||||
go func() {
|
go func() {
|
||||||
@@ -116,7 +117,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
gpt3.InitKey()
|
|
||||||
r := gpt3.Completions(cmd)
|
r := gpt3.Completions(cmd)
|
||||||
done <- true
|
done <- true
|
||||||
if r == "" {
|
if r == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user