From 207528982a469c2124bf5d9f47dc0050529a3365 Mon Sep 17 00:00:00 2001 From: Caitlin Wheeless Date: Mon, 17 Jun 2024 10:40:51 -0500 Subject: [PATCH] docs: Add Ollama to LLM interactive frontmatter (#569) Co-authored-by: caitlinwheeless --- label_studio_ml/examples/llm_interactive/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/label_studio_ml/examples/llm_interactive/README.md b/label_studio_ml/examples/llm_interactive/README.md index dfb448935..297129a3d 100644 --- a/label_studio_ml/examples/llm_interactive/README.md +++ b/label_studio_ml/examples/llm_interactive/README.md @@ -6,13 +6,14 @@ tier: all order: 5 hide_menu: true hide_frontmatter_title: true -meta_title: Interactive LLM labeling with OpenAI or Azure API -meta_description: Label Studio tutorial for interactive LLM labeling with OpenAI or Azure API +meta_title: Interactive LLM labeling with OpenAI, Azure, or Ollama +meta_description: Label Studio tutorial for interactive LLM labeling with OpenAI, Azure, or Ollama categories: - Generative AI - Large Language Model - OpenAI - Azure + - Ollama - ChatGPT image: "/tutorials/llm-interactive.png" ---