From 4fd6c71bc3d03f31262596c457d51633dd033930 Mon Sep 17 00:00:00 2001 From: kiarash kiani Date: Mon, 7 Oct 2024 13:34:31 +0200 Subject: [PATCH] chore(examples): add aws to aws related examples --- .../Pulumi.yaml | 0 .../__main__.py | 0 .../applications.py | 0 .../controller.py | 0 .../requirements.txt | 0 .../Pulumi.yaml | 0 .../__main__.py | 0 .../requirements.txt | 0 .../Pulumi.yaml | 0 .../__main__.py | 0 .../requirements.txt | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename examples/{advance-llm-with-dspy => advance-aws-llm-with-dspy}/Pulumi.yaml (100%) rename examples/{advance-llm-with-dspy => advance-aws-llm-with-dspy}/__main__.py (100%) rename examples/{advance-llm-with-dspy => advance-aws-llm-with-dspy}/applications.py (100%) rename examples/{advance-llm-with-dspy => advance-aws-llm-with-dspy}/controller.py (100%) rename examples/{advance-llm-with-dspy => advance-aws-llm-with-dspy}/requirements.txt (100%) rename examples/{llm-with-openai-client => aws-llm-with-openai-client}/Pulumi.yaml (100%) rename examples/{llm-with-openai-client => aws-llm-with-openai-client}/__main__.py (100%) rename examples/{llm-with-openai-client => aws-llm-with-openai-client}/requirements.txt (100%) rename examples/{llm-with-simple-requests => aws-llm-with-simple-requests}/Pulumi.yaml (100%) rename examples/{llm-with-simple-requests => aws-llm-with-simple-requests}/__main__.py (100%) rename examples/{llm-with-simple-requests => aws-llm-with-simple-requests}/requirements.txt (100%) diff --git a/examples/advance-llm-with-dspy/Pulumi.yaml b/examples/advance-aws-llm-with-dspy/Pulumi.yaml similarity index 100% rename from examples/advance-llm-with-dspy/Pulumi.yaml rename to examples/advance-aws-llm-with-dspy/Pulumi.yaml diff --git a/examples/advance-llm-with-dspy/__main__.py b/examples/advance-aws-llm-with-dspy/__main__.py similarity index 100% rename from examples/advance-llm-with-dspy/__main__.py rename to examples/advance-aws-llm-with-dspy/__main__.py diff --git a/examples/advance-llm-with-dspy/applications.py b/examples/advance-aws-llm-with-dspy/applications.py similarity index 100% rename from examples/advance-llm-with-dspy/applications.py rename to examples/advance-aws-llm-with-dspy/applications.py diff --git a/examples/advance-llm-with-dspy/controller.py b/examples/advance-aws-llm-with-dspy/controller.py similarity index 100% rename from examples/advance-llm-with-dspy/controller.py rename to examples/advance-aws-llm-with-dspy/controller.py diff --git a/examples/advance-llm-with-dspy/requirements.txt b/examples/advance-aws-llm-with-dspy/requirements.txt similarity index 100% rename from examples/advance-llm-with-dspy/requirements.txt rename to examples/advance-aws-llm-with-dspy/requirements.txt diff --git a/examples/llm-with-openai-client/Pulumi.yaml b/examples/aws-llm-with-openai-client/Pulumi.yaml similarity index 100% rename from examples/llm-with-openai-client/Pulumi.yaml rename to examples/aws-llm-with-openai-client/Pulumi.yaml diff --git a/examples/llm-with-openai-client/__main__.py b/examples/aws-llm-with-openai-client/__main__.py similarity index 100% rename from examples/llm-with-openai-client/__main__.py rename to examples/aws-llm-with-openai-client/__main__.py diff --git a/examples/llm-with-openai-client/requirements.txt b/examples/aws-llm-with-openai-client/requirements.txt similarity index 100% rename from examples/llm-with-openai-client/requirements.txt rename to examples/aws-llm-with-openai-client/requirements.txt diff --git a/examples/llm-with-simple-requests/Pulumi.yaml b/examples/aws-llm-with-simple-requests/Pulumi.yaml similarity index 100% rename from examples/llm-with-simple-requests/Pulumi.yaml rename to examples/aws-llm-with-simple-requests/Pulumi.yaml diff --git a/examples/llm-with-simple-requests/__main__.py b/examples/aws-llm-with-simple-requests/__main__.py similarity index 100% rename from examples/llm-with-simple-requests/__main__.py rename to examples/aws-llm-with-simple-requests/__main__.py diff --git a/examples/llm-with-simple-requests/requirements.txt b/examples/aws-llm-with-simple-requests/requirements.txt similarity index 100% rename from examples/llm-with-simple-requests/requirements.txt rename to examples/aws-llm-with-simple-requests/requirements.txt