Update ai_as_a_service.rst (#12289)

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Co-authored-by: Anupam Kumar <kyteinsky@gmail.com>
This commit is contained in:
Daphne Muller
2024-11-13 09:09:48 +01:00
committed by GitHub
parent 95e8ae80ca
commit a264fa84dc

View File

@@ -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.
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 <ai-overview_improve-ai-task-pickup-speed>`.