feat: update models and prompts
This commit is contained in:
parent
265392e34f
commit
1d768799df
5 changed files with 7 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue