Skip to content

Commit

Permalink
Update duckgo convert.go to use claude-3-haiku-20240307 model
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 committed May 2, 2024
1 parent 1a7a446 commit 6196fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion initialize/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"aurora/internal/duckgo"
"aurora/internal/proxys"
officialtypes "aurora/typings/official"

"github.com/gin-gonic/gin"
)

Expand Down Expand Up @@ -99,7 +100,7 @@ func (h *Handler) engines(c *gin.Context) {
OwnedBy: "duckgo",
})
resModelList = append(resModelList, ResData{
ID: "claude-instant-1.2",
ID: "claude-3-haiku-20240307",
Object: "model",
Created: 1685474247,
OwnedBy: "duckgo",
Expand Down

0 comments on commit 6196fc0

Please sign in to comment.