Skip to content

Commit aca8932

Browse files
committed
Merge branch 'feat-model-optimizer' into feature/approval-mechanism
2 parents a192a6a + 4a8af9e commit aca8932

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/google/adk/models/google_llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def supported_models() -> list[str]:
6666

6767
return [
6868
r'gemini-.*',
69+
# model optimizer pattern
70+
r'model-optimizer-.*',
6971
# fine-tuned vertex endpoint pattern
7072
r'projects\/.+\/locations\/.+\/endpoints\/.+',
7173
# vertex gemini long name

0 commit comments

Comments
 (0)