From f1ac2e4a9dfd33a5b66f6673edb24f81679b21f2 Mon Sep 17 00:00:00 2001 From: "HARIHARA SUDHAN (HARI)" <108145682+hari0205@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:21:53 +0000 Subject: [PATCH] [fix] Dir issue --- {porunga => porunga-CLI}/__init__.py | 0 {porunga => porunga-CLI}/cli.py | 0 {porunga => porunga-CLI}/llm.py | 0 {porunga => porunga-CLI}/utils/__init__.py | 0 {porunga => porunga-CLI}/utils/examples/__init__.py | 0 {porunga => porunga-CLI}/utils/examples/few_shot_examples.py | 0 {porunga => porunga-CLI}/utils/exceptions/parse_error.py | 0 {porunga => porunga-CLI}/utils/parse_messages.py | 0 {porunga => porunga-CLI}/utils/schema/__init__.py | 0 {porunga => porunga-CLI}/utils/schema/suggestions.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {porunga => porunga-CLI}/__init__.py (100%) rename {porunga => porunga-CLI}/cli.py (100%) rename {porunga => porunga-CLI}/llm.py (100%) rename {porunga => porunga-CLI}/utils/__init__.py (100%) rename {porunga => porunga-CLI}/utils/examples/__init__.py (100%) rename {porunga => porunga-CLI}/utils/examples/few_shot_examples.py (100%) rename {porunga => porunga-CLI}/utils/exceptions/parse_error.py (100%) rename {porunga => porunga-CLI}/utils/parse_messages.py (100%) rename {porunga => porunga-CLI}/utils/schema/__init__.py (100%) rename {porunga => porunga-CLI}/utils/schema/suggestions.py (100%) diff --git a/porunga/__init__.py b/porunga-CLI/__init__.py similarity index 100% rename from porunga/__init__.py rename to porunga-CLI/__init__.py diff --git a/porunga/cli.py b/porunga-CLI/cli.py similarity index 100% rename from porunga/cli.py rename to porunga-CLI/cli.py diff --git a/porunga/llm.py b/porunga-CLI/llm.py similarity index 100% rename from porunga/llm.py rename to porunga-CLI/llm.py diff --git a/porunga/utils/__init__.py b/porunga-CLI/utils/__init__.py similarity index 100% rename from porunga/utils/__init__.py rename to porunga-CLI/utils/__init__.py diff --git a/porunga/utils/examples/__init__.py b/porunga-CLI/utils/examples/__init__.py similarity index 100% rename from porunga/utils/examples/__init__.py rename to porunga-CLI/utils/examples/__init__.py diff --git a/porunga/utils/examples/few_shot_examples.py b/porunga-CLI/utils/examples/few_shot_examples.py similarity index 100% rename from porunga/utils/examples/few_shot_examples.py rename to porunga-CLI/utils/examples/few_shot_examples.py diff --git a/porunga/utils/exceptions/parse_error.py b/porunga-CLI/utils/exceptions/parse_error.py similarity index 100% rename from porunga/utils/exceptions/parse_error.py rename to porunga-CLI/utils/exceptions/parse_error.py diff --git a/porunga/utils/parse_messages.py b/porunga-CLI/utils/parse_messages.py similarity index 100% rename from porunga/utils/parse_messages.py rename to porunga-CLI/utils/parse_messages.py diff --git a/porunga/utils/schema/__init__.py b/porunga-CLI/utils/schema/__init__.py similarity index 100% rename from porunga/utils/schema/__init__.py rename to porunga-CLI/utils/schema/__init__.py diff --git a/porunga/utils/schema/suggestions.py b/porunga-CLI/utils/schema/suggestions.py similarity index 100% rename from porunga/utils/schema/suggestions.py rename to porunga-CLI/utils/schema/suggestions.py