feat: update openai models

This commit is contained in:
Yiyang Kang 2025-04-17 12:23:52 +09:00
parent b1013db0b4
commit 9fbfc0ca82
Signed by: kkyy
GPG key ID: 80FD317ECAF06CC3
3 changed files with 6 additions and 7 deletions

View file

@ -234,7 +234,7 @@ func handleAssistantConversation(c tele.Context, thread []*tele.Message) error {
}
req := openai.ChatRequest{
Model: openai.ModelGpt45,
Model: openai.ModelGpt41,
Messages: chatReqMsgs,
Temperature: lo.ToPtr(0.42),
User: assistantHashUserId(lastMsg.Sender.ID),