Skip to content

Commit

Permalink
Change model to 1106
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Apr 5, 2024
1 parent f709960 commit 930d1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chipper/pkg/wirepod/ttr/kgsim.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func StreamingKGSim(req interface{}, esn string, transcribedText string) (string
Stream: true,
}
if vars.APIConfig.Knowledge.Provider == "openai" {
logger.Println("Using " + openai.GPT4TurboPreview)
aireq.Model = openai.GPT4TurboPreview
logger.Println("Using " + openai.GPT4Turbo1106)
aireq.Model = openai.GPT4Turbo1106
} else {
logger.Println("Using " + vars.APIConfig.Knowledge.Model)
aireq.Model = vars.APIConfig.Knowledge.Model
Expand Down

0 comments on commit 930d1ab

Please sign in to comment.