| commit | 5a23406f6959384e3edc402eaf9c271648195786 | [log] [tgz] |
|---|---|---|
| author | David Crawshaw <david@zentus.com> | Sun May 04 17:52:08 2025 +0000 |
| committer | David Crawshaw <david@zentus.com> | Sun May 04 13:00:22 2025 -0700 |
| tree | dc6ff3715a427f7ee2a3645ea712f0a7da9705d2 | |
| parent | 3b4d2b8f8b805d4fb28e0b5854bb2c0494a8ea26 [diff] |
ll/gem: implement Gemini Pro 2.5 support Still to do: - container support - sketch.dev support For #60 Co-Authored-By: sketch <hello@sketch.dev>
diff --git a/llm/gem/gemini/gemini.go b/llm/gem/gemini/gemini.go index a6b83e4..ab4788c 100644 --- a/llm/gem/gemini/gemini.go +++ b/llm/gem/gemini/gemini.go
@@ -30,6 +30,7 @@ type Content struct { Parts []Part `json:"parts"` + Role string `json:"role,omitempty"` } // Part is a part of the content.