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

@ -28,7 +28,7 @@ func handleKanjiCmd(c tele.Context) error {
}
req := openai.ChatRequest{
Model: openai.ModelGpt0305Turbo,
Model: openai.ModelGpt4O,
Messages: []openai.ChatMessage{
{
Role: openai.ChatRoleSystem,