feat: update openai models
This commit is contained in:
parent
b1013db0b4
commit
9fbfc0ca82
3 changed files with 6 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ func handleReasonCmd(c tele.Context) error {
|
|||
}
|
||||
|
||||
req := openai.ChatRequest{
|
||||
Model: openai.ModelO3Mini,
|
||||
Model: openai.ModelO4Mini,
|
||||
Messages: []openai.ChatMessage{
|
||||
{
|
||||
Role: openai.ChatRoleUser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue