1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-24 22:53:52 +02:00

сделал log

This commit is contained in:
Nikitin Aleksandr
2023-04-25 17:28:10 +03:00
parent e41e809e0d
commit 66e89131a4
99 changed files with 1992 additions and 450 deletions

View File

@@ -3,6 +3,7 @@ package chatgpt_connect
import (
"context"
"errors"
"github.com/manyakrus/starter/logger"
"time"
//"github.com/jackc/pgconn"
@@ -10,9 +11,8 @@ import (
"sync"
//"time"
"github.com/ManyakRus/starter/contextmain"
"github.com/ManyakRus/starter/logger"
"github.com/ManyakRus/starter/stopapp"
"github.com/manyakrus/starter/contextmain"
"github.com/manyakrus/starter/stopapp"
gogpt "github.com/sashabaranov/go-gpt3"
)