Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add OpenAI compatible provider support #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

khanra17
Copy link
Owner

☕️ Reasoning

This pull request introduces support for an OpenAI compatible provider, enhancing the AI capabilities of the application.

🧢 Changes

  • Added new configuration keys and methods in the AIService class to support the OpenAI compatible provider.
  • Implemented OpenAICompatibleClient to manage interactions with the new provider.
  • Updated types and service files to integrate the new functionality seamlessly.

🎫 Affected issues

Fixes: gitbutlerapp#2660 gitbutlerapp#5321

Adds support for an OpenAI compatible provider by introducing new 
configuration keys and methods in the AIService class. Implements 
OpenAICompatibleClient to handle interactions with the new provider. 
Updates the types and service files to accommodate the new 
functionality, enhancing the AI capabilities of the application.
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.

Support configuring the LLM/endpoint
1 participant