From d68116b344cb9e5bd50267aad153f968c91a0466 Mon Sep 17 00:00:00 2001 From: Luca Stocchi <49404737+lstocchi@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:30:49 +0100 Subject: [PATCH] fix: rename ai studio to ai lab (#99) Signed-off-by: lstocchi --- chatbot-langchain/{ai-studio.yaml => ai-lab.yaml} | 0 code-generation/{ai-studio.yaml => ai-lab.yaml} | 0 image_understanding/{ai-studio.yaml => ai-lab.yaml} | 0 object_detection/{ai-studio.yaml => ai-lab.yaml} | 0 playground/tooling_options.ipynb | 2 +- rag-langchain/{ai-studio.yaml => ai-lab.yaml} | 0 summarizer-langchain/{ai-studio.yaml => ai-lab.yaml} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename chatbot-langchain/{ai-studio.yaml => ai-lab.yaml} (100%) rename code-generation/{ai-studio.yaml => ai-lab.yaml} (100%) rename image_understanding/{ai-studio.yaml => ai-lab.yaml} (100%) rename object_detection/{ai-studio.yaml => ai-lab.yaml} (100%) rename rag-langchain/{ai-studio.yaml => ai-lab.yaml} (100%) rename summarizer-langchain/{ai-studio.yaml => ai-lab.yaml} (100%) diff --git a/chatbot-langchain/ai-studio.yaml b/chatbot-langchain/ai-lab.yaml similarity index 100% rename from chatbot-langchain/ai-studio.yaml rename to chatbot-langchain/ai-lab.yaml diff --git a/code-generation/ai-studio.yaml b/code-generation/ai-lab.yaml similarity index 100% rename from code-generation/ai-studio.yaml rename to code-generation/ai-lab.yaml diff --git a/image_understanding/ai-studio.yaml b/image_understanding/ai-lab.yaml similarity index 100% rename from image_understanding/ai-studio.yaml rename to image_understanding/ai-lab.yaml diff --git a/object_detection/ai-studio.yaml b/object_detection/ai-lab.yaml similarity index 100% rename from object_detection/ai-studio.yaml rename to object_detection/ai-lab.yaml diff --git a/playground/tooling_options.ipynb b/playground/tooling_options.ipynb index 97465b17..5f830aa4 100644 --- a/playground/tooling_options.ipynb +++ b/playground/tooling_options.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Interact with the AI Studio Playground\n", + "# Interact with the AI Lab Playground\n", "\n", "This notebook will demonstrate 3 (although there could be many more) ways to write python code to interact with our playground model image. The goal here is to show that our approach allows for flexibility and user choice when it comes to which LLM framework they want to use for development. \n", "\n", diff --git a/rag-langchain/ai-studio.yaml b/rag-langchain/ai-lab.yaml similarity index 100% rename from rag-langchain/ai-studio.yaml rename to rag-langchain/ai-lab.yaml diff --git a/summarizer-langchain/ai-studio.yaml b/summarizer-langchain/ai-lab.yaml similarity index 100% rename from summarizer-langchain/ai-studio.yaml rename to summarizer-langchain/ai-lab.yaml