nextcloud / integration_openai

OpenAI integration in Nextcloud
GNU Affero General Public License v3.0
52 stars 11 forks source link

fix #117 #118

Closed manuelkamp closed 2 months ago

manuelkamp commented 3 months ago

for usage with model "stablediffusion-cpp" in localai

github-actions[bot] commented 3 months ago

Hello there, Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

DaphneMuller commented 2 months ago

hi, I'm sorry for the slow review. I've asked the maintainer of this app for an update here

Ps. This repository is not abandoned. It is actively developed upon for almost every development cycle. Thank you for reaching out because this PR slipped through.

kyteinsky commented 2 months ago

Hi @manuelkamp, we can't hardcode the model name in code since that would break it for everyone who happens to use models with names other than "stablediffusion-cpp". See #122 PR that adds a model dropdown feature for image models which should fix your issue.