From 41c9ecb65eae1a36e8a677d76f4166f0f67ead6d Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Fri, 7 Mar 2025 21:11:58 +0530 Subject: [PATCH] update(ai): add note for openai-api compatibility Signed-off-by: Anupam Kumar --- admin_manual/ai/ai_as_a_service.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/ai/ai_as_a_service.rst b/admin_manual/ai/ai_as_a_service.rst index 43ea20bb9..8633eda78 100644 --- a/admin_manual/ai/ai_as_a_service.rst +++ b/admin_manual/ai/ai_as_a_service.rst @@ -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 `_, -`Plusserver `_, `Groqcloud `_ or `MistralAI `_ . +`Plusserver `_, `Groqcloud `_, `MistralAI `_ or `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