feat: update models
This commit is contained in:
parent
80013cee3b
commit
b1013db0b4
2 changed files with 6 additions and 5 deletions
|
|
@ -234,7 +234,7 @@ func handleAssistantConversation(c tele.Context, thread []*tele.Message) error {
|
|||
}
|
||||
|
||||
req := openai.ChatRequest{
|
||||
Model: openai.ModelGpt4O,
|
||||
Model: openai.ModelGpt45,
|
||||
Messages: chatReqMsgs,
|
||||
Temperature: lo.ToPtr(0.42),
|
||||
User: assistantHashUserId(lastMsg.Sender.ID),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue