From a264fa84dcb9a4c99b84e5a7194f5f572e7d4c77 Mon Sep 17 00:00:00 2001 From: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:09:48 +0100 Subject: [PATCH] Update ai_as_a_service.rst (#12289) Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com> Signed-off-by: Anupam Kumar Co-authored-by: Anupam Kumar --- admin_manual/ai/ai_as_a_service.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin_manual/ai/ai_as_a_service.rst b/admin_manual/ai/ai_as_a_service.rst index 6b98be31f..b5aaed5e9 100644 --- a/admin_manual/ai/ai_as_a_service.rst +++ b/admin_manual/ai/ai_as_a_service.rst @@ -23,4 +23,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 Plusserver or MistralAI. -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. \ No newline at end of file +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. + + +Improve performance +------------------- + +Prompts from integration_openai and integration_replicate can have a delay of 5 minutes. This can be optimized and more information can be found in :ref:`the relevant section in AI Overview `.