Skip to content

feat: implement custom endpoint management#37

Open
Spencer Bull (spencerbull) wants to merge 1 commit intolangchain-ai:mainfrom
spencerbull:openai-compliant-endpoint
Open

feat: implement custom endpoint management#37
Spencer Bull (spencerbull) wants to merge 1 commit intolangchain-ai:mainfrom
spencerbull:openai-compliant-endpoint

Conversation

@spencerbull
Copy link

@spencerbull Spencer Bull (spencerbull) commented Jan 20, 2026

Description

  • Added functionality to manage custom endpoints, including creating, updating, deleting, and retrieving endpoints.
  • Introduced new types for custom endpoints and updated existing types to accommodate custom endpoint configurations.
  • Enhanced the model switcher to support custom endpoints, allowing users to select and configure them.
  • Implemented API key management for custom endpoints, ensuring secure access to their services.
  • Updated IPC handlers to facilitate communication between the renderer and main processes for custom endpoint operations.

Related Issue

Fixes #7 #5

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)

Checklist

  • I have read the Contributing Guide
  • I have tested my changes locally
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Add screenshots to demonstrate UI changes.

image image image image

Additional Notes

Any additional information reviewers should know.

- Added functionality to manage custom endpoints, including creating, updating, deleting, and retrieving endpoints.
- Introduced new types for custom endpoints and updated existing types to accommodate custom endpoint configurations.
- Enhanced the model switcher to support custom endpoints, allowing users to select and configure them.
- Implemented API key management for custom endpoints, ensuring secure access to their services.
- Updated IPC handlers to facilitate communication between the renderer and main processes for custom endpoint operations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: ollama support

1 participant