Merge pull request #12851 from nextcloud/backport/12849/stable31

[stable31] update(ai): add note for openai-api compatibility
This commit is contained in:
rakekniven 2025-03-21 22:41:01 +01:00 committed by GitHub
commit a7e929d359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,9 +27,10 @@ OpenAI integration
With this application, you can also connect to a self-hosted LocalAI or Ollama instance or to any service that implements an API similar enough to the OpenAI API,
for example `IONOS AI Model Hub <https://docs.ionos.com/cloud/ai/ai-model-hub>`_,
`Plusserver <https://www.plusserver.com/en/ai-platform/>`_, `Groqcloud <https://console.groq.com>`_ or `MistralAI <https://mistral.ai>`_ .
`Plusserver <https://www.plusserver.com/en/ai-platform/>`_, `Groqcloud <https://console.groq.com>`_, `MistralAI <https://mistral.ai>`_ or `Together AI <https://together.ai>`_.
Do note however, that we test the Assistant tasks that this app implements only with OpenAI models and only against the OpenAI API, we thus cannot guarantee other models and APIs will work.
Some APIs claiming to be compatible with OpenAI might not be fully compatible so we cannot guarantee that they will work with this app.
Improve performance