mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-21 01:55:30 -04:00
[PR #4] [MERGED] feat: Add integration for Google Gemini models, including 3 Pro Previ… #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/openwork/pull/4
Author: @yaswanth-8
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @hntrl
Base:
main← Head:feature/support-gemini-models📝 Commits (4)
956bb24feat: Add integration for Google Gemini models, including 3 Pro Preview, 2.5 Pro, 2.5 Flash, and 2.5 Flash Lite. This update will include full provider configuration, API key management, runtime support, and corresponding UI components.b2a65e7feat: Add integration for Google Gemini models (update lock file)40e0544feat: Add integration for Google Gemini models (update README)1b69d32change logo📊 Changes
9 files changed (+90 additions, -6 deletions)
View changed files
📝
README.md(+1 -0)📝
package-lock.json(+26 -0)📝
package.json(+1 -0)📝
src/main/agent/runtime.ts(+12 -1)📝
src/main/ipc/models.ts(+35 -1)📝
src/main/storage.ts(+2 -1)📝
src/main/types.ts(+1 -1)📝
src/renderer/src/components/chat/ModelSwitcher.tsx(+11 -1)📝
src/renderer/src/types.ts(+1 -1)📄 Description
Add integration for Google Gemini models including 3 Pro Preview, 2.5 Pro, 2.5 Flash, and 2.5 Flash Lite. Includes provider configuration, API key management, runtime support, and UI components.
Fixes #1
Description
Add Gemini model support
The changes include:
Type of Change
Checklist
Screenshots (if applicable)
Additional Notes
Gemini is performing really good, having in our openwork will be very helpful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.