From 163c2797b6c0dff3563dbdac51153a2e825d8bb0 Mon Sep 17 00:00:00 2001 From: lstocchi Date: Wed, 27 Mar 2024 10:11:18 +0100 Subject: [PATCH] fix: rename ai studio to ai lab 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