feat: update models and prompts
shiny new model imported. - gpt-5 for daily use - o3 for complex questions (with high reasoning effort) Note: gpt-5 model does not support customized temperature, so it's removed from the api call parameters
This commit is contained in:
parent
d727d6b68e
commit
536393fe8f
6 changed files with 21 additions and 15 deletions
|
|
@ -29,7 +29,7 @@ func handleReasonCmd(c tele.Context) error {
|
|||
}
|
||||
|
||||
req := openai.ChatRequest{
|
||||
Model: openai.ModelO4Mini,
|
||||
Model: openai.ModelO3,
|
||||
Messages: []openai.ChatMessage{
|
||||
{
|
||||
Role: openai.ChatRoleUser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue