1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-02-22 20:59:20 +02:00

сделал GPT4o

This commit is contained in:
Nikitin Aleksandr 2024-06-11 09:04:53 +03:00
parent 34e14b753e
commit 3f67918209
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ func SendMessage(Text string, user string) (string, error) {
defer cancel()
req := gogpt.CompletionRequest{
Model: gogpt.GPT4Turbo, //надо gogpt.GPT3TextDavinci003
Model: gogpt.GPT4o, //надо gogpt.GPT3TextDavinci003
MaxTokens: 2048,
Prompt: Text,
User: user,

View File

@ -25,7 +25,7 @@ func TestCreateClient(t *testing.T) {
}
func TestSendMessage(t *testing.T) {
t.Skip()
//t.Skip()
//ProgramDir := programdir.ProgramDir()
//ProgramDir := micro.ProgramDir_Common()