diff --git a/config/__init__.py b/config/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/config/config.py b/config/config.py new file mode 100644 index 00000000..e69de29b diff --git a/exeception/__init__.py b/exeception/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/exeception/exception.py b/exeception/exception.py new file mode 100644 index 00000000..e69de29b diff --git a/prompt_library/__init__.py b/prompt_library/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/prompt_library/prompt.py b/prompt_library/prompt.py new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index b85801f5..00000000 --- a/pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ -[project] -name = "ds-rpc-01" -version = "0.1.0" -description = "Starter project for the RPC-01: Internal Chatbot with Role Based Access Control" -readme = "README.md" -requires-python = ">=3.10" -dependencies = [ - "fastapi[standard]>=0.115.12", -] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..e69de29b diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/utils/model_loader.py b/utils/model_loader.py new file mode 100644 index 00000000..e69de29b