Skip to content

Commit c3fa2bf

Browse files
committed
fix: model name
1 parent e2268d5 commit c3fa2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/llm/configs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ var configs = map[string]ModelConfig{
190190
},
191191
ConfigGemini2Flash: {
192192
ProviderType: ProviderGoogle,
193-
ModelName: "gemini-2-flash-exp",
193+
ModelName: "gemini-2.0-flash-exp",
194194
},
195195
ConfigHyperbolicLlama405B: {
196196
ProviderType: ProviderHyperbolic,

0 commit comments

Comments
 (0)