From 891ff7834a636a76e9a2e66480766d2d5ff70f13 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 28 Dec 2024 17:05:39 -0800 Subject: [PATCH] Update index.mdx --- docs/features/plugin/migration/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/migration/index.mdx b/docs/features/plugin/migration/index.mdx index 60b932a..c7f8907 100644 --- a/docs/features/plugin/migration/index.mdx +++ b/docs/features/plugin/migration/index.mdx @@ -123,7 +123,7 @@ Depending on your use case, you can choose between: 2. **`open_webui.utils.chat.generate_chat_completion`:** - Directly makes a POST request without handling extra parsing or tasks. - - This is the **direct successor** to the previous `ollama.generate_chat_completion` and `openai.generate_chat_completion` functions in Open WebUI 0.4. + - This is the **direct successor** to the previous `main.generate_chat_completions`, `ollama.generate_chat_completion` and `openai.generate_chat_completion` functions in Open WebUI 0.4. - Best for simplified and more lightweight scenarios. #### Example: