diff --git a/README.md b/README.md index 0968317..2a4bd5a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ response = engine.generate_response() print(response) ``` -- There are some examples in the [examples](examples) folder or Open In Colab to test the examples in Google Colab. +- There are some examples in the [examples](api4all/examples) folder or Open In Colab to test the examples in Google Colab. #### 3. Check the [log file](logfile.log) for the response and the cost of the request. ```log diff --git a/examples/.env.example b/api4all/examples/.env.example similarity index 100% rename from examples/.env.example rename to api4all/examples/.env.example diff --git a/examples/quick-start-with-env-file.py b/api4all/examples/quick-start-with-env-file.py similarity index 100% rename from examples/quick-start-with-env-file.py rename to api4all/examples/quick-start-with-env-file.py diff --git a/examples/quick-start.py b/api4all/examples/quick-start.py similarity index 100% rename from examples/quick-start.py rename to api4all/examples/quick-start.py diff --git a/img/colab.svg b/api4all/img/colab.svg similarity index 100% rename from img/colab.svg rename to api4all/img/colab.svg diff --git a/notebooks/api4all_quickstart.ipynb b/api4all/notebooks/api4all_quickstart.ipynb similarity index 100% rename from notebooks/api4all_quickstart.ipynb rename to api4all/notebooks/api4all_quickstart.ipynb diff --git a/tests/test.py b/tests/test.py new file mode 100644 index 0000000..e69de29