nextcloud / integration_openai

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

Fix: Use api key in image retrieval request #147

Closed julien-nc closed 2 weeks ago

julien-nc commented 1 month ago

closes #138

If OpenAI is not used and the app is configured with an API key, use it when retrieving images.

This is a smaller alternative to #141. We can keep #141 (after removing the api-key-related changes) since it contains other improvements.