Skip to content

Commit f4f179c

Browse files
committed
feat: support gemini 2.0 flash exp
1 parent a1bf9b6 commit f4f179c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/handler.go

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ func ModelListHandler(c *gin.Context) {
5757
Object: "model",
5858
OwnedBy: owner,
5959
},
60+
openai.Model{
61+
CreatedAt: 1686935002,
62+
ID: adapter.GetModel(openai.GPT4o),
63+
Object: "model",
64+
OwnedBy: owner,
65+
},
6066
},
6167
})
6268
}

0 commit comments

Comments
 (0)