From 745d5dfd5623be3e0392dc6e6c6dc4aa09d1cb10 Mon Sep 17 00:00:00 2001 From: Pavan Somisetty Date: Fri, 14 Feb 2025 15:01:00 +0530 Subject: [PATCH] Update classification.ipynb updating import statements --- notebooks/classification.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/classification.ipynb b/notebooks/classification.ipynb index ae486b8..c613909 100644 --- a/notebooks/classification.ipynb +++ b/notebooks/classification.ipynb @@ -8,8 +8,8 @@ "source": [ "import json\n", "\n", - "from promptify.models.nlp.openai_model import OpenAI\n", - "from promptify.prompts.nlp.prompter import Prompter" + "from promptify import OpenAI\n", + "from promptify import Prompter" ] }, {