mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-21 18:15:28 -04:00
[PR #49] Add support for custom base URLs for API providers and update related… #50
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/49
Author: @logithvikram
Created: 2/3/2026
Status: 🔄 Open
Base:
main← Head:allow_for_custom_llm_proxies📝 Commits (1)
cc0095bAdd support for custom base URLs for API providers and update related IPC methods📊 Changes
8 files changed (+199 additions, -9 deletions)
View changed files
➕
docs/PROXY_SETUP.md(+81 -0)📝
src/main/agent/runtime.ts(+43 -8)📝
src/main/ipc/models.ts(+17 -1)📝
src/main/storage.ts(+37 -0)📝
src/main/types.ts(+7 -0)📝
src/preload/index.d.ts(+3 -0)📝
src/preload/index.ts(+9 -0)📝
src/renderer/src/types.ts(+2 -0)📄 Description
… IPC methods
Description
Brief description of the changes in this PR.
Related Issue
Fixes #(issue number)
Type of Change
Checklist
Screenshots (if applicable)
Add screenshots to demonstrate UI changes.
Additional Notes
Any additional information reviewers should know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.