File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
lua/codecompanion/adapters Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2356,6 +2356,7 @@ We’ll explore some of the options in the Copilot adapter’s schema table:
23562356 choices = {
23572357 "gpt-4o-2024-08-06",
23582358 "claude-3.5-sonnet",
2359+ "gemini-2.0-flash-001",
23592360 ["o1-preview-2024-09-12"] = { opts = { stream = false } },
23602361 ["o1-mini-2024-09-12"] = { opts = { stream = false } },
23612362 },
Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ schema = {
415415 choices = {
416416 " gpt-4o-2024-08-06" ,
417417 " claude-3.5-sonnet" ,
418+ " gemini-2.0-flash-001" ,
418419 [" o1-preview-2024-09-12" ] = { opts = { stream = false } },
419420 [" o1-mini-2024-09-12" ] = { opts = { stream = false } },
420421 },
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ return {
211211 [" o1-mini-2024-09-12" ] = { opts = { can_reason = true } },
212212 " claude-3.5-sonnet" ,
213213 " gpt-4o-2024-08-06" ,
214+ " gemini-2.0-flash-001" ,
214215 },
215216 },
216217 reasoning_effort = {
You can’t perform that action at this time.
0 commit comments