-
Notifications
You must be signed in to change notification settings - Fork 348
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
📚 [Feature]: Proposal for Configurable Backend Integration #213
Comments
Is there anyone working on this? |
Not to my knowledge. Would you like to contribute? I can assist |
Stale issue message |
we now support ollama, but im anyway reopening it, in case you want other backends, let's chat about it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Hello wonderful OpenCommit family! 🌈 Before diving in, I must express my admiration for the code owners and contributors of OpenCommit. You folks rock! 🎸 Now, I have another proposal aimed at amplifying OpenCommit's flexibility and interoperability. 📈
OpenCommit is currently restricted to using OpenAI as the backend. Allowing configuration for alternative backends would greatly increase the project's scope and applicability. 🌐
#150
Suggested Solution
Implement a configuration mechanism that allows users to connect to any backend.
backend_url
,api_key
, andrequest_format
.backend-config.json
) in~/.opencommit/
.BackendInterface
in TypeScript for backend integrations.Alternatives
Additional Context
This proposal opens up OpenCommit to a wider audience by supporting a variety of backend services. Users can connect to the backend that best fits their needs or preferences.
💡 I am excited to know what you think! Your feedback and ideas are invaluable. 💌
Thank you, OpenCommit family! 🎉
The text was updated successfully, but these errors were encountered: