feat: update models and prompts

This commit is contained in:
Yiyang Kang 2025-01-11 00:47:15 +09:00
parent 265392e34f
commit 1d768799df
Signed by: kkyy
GPG key ID: 80FD317ECAF06CC3
5 changed files with 7 additions and 11 deletions

View file

@ -234,7 +234,7 @@ func handleAssistantConversation(c tele.Context, thread []*tele.Message) error {
}
req := openai.ChatRequest{
Model: openai.ModelGpt04Turbo,
Model: openai.ModelGpt4O,
Messages: chatReqMsgs,
Temperature: lo.ToPtr(0.42),
MaxTokens: 2048,