diff --git a/README.md b/README.md index 24e3670..6c33bf0 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,10 @@ This approach provides: - ✅ Enterprise-grade OCI infrastructure - ✅ Secure request signing via OCI SDK +### Secure Enterprise Prompting + +In this material, you have a prompt file that will be incorporate into the **OCI OpenAPI Proxy** (oci_openai_proxy.py). The prompt (pptx_runner_policy_strict.txt) was created to generate a automatic PowerPoint presentation based on any web documentation (github, docs.oracle.com). This example demonstrates a more enterprise secure way to use the OCI IAM to control the cloud resources like Object Storage and LLM. + ### PPTX Builder **A PPTX builder** will generate a professional **PowerPoint deck from a template** (`.pptx`) + a structured `content.json` @@ -535,6 +539,17 @@ And the Presentation generated is: ![img_4.png](images/img_4.png) +![img_5.png](images/img_5.png) + +![img_6.png](images/img_6.png) + +![img_7.png](images/img_7.png) + +![img_8.png](images/img_8.png) + +![img_9.png](images/img_9.png) + +![img_10.png](images/img_10.png) --- diff --git a/images/img_10.png b/images/img_10.png new file mode 100644 index 0000000..db657a2 Binary files /dev/null and b/images/img_10.png differ diff --git a/images/img_4.png b/images/img_4.png index bff9c66..10bd7f2 100644 Binary files a/images/img_4.png and b/images/img_4.png differ diff --git a/images/img_5.png b/images/img_5.png new file mode 100644 index 0000000..3441e35 Binary files /dev/null and b/images/img_5.png differ diff --git a/images/img_6.png b/images/img_6.png new file mode 100644 index 0000000..988c5a6 Binary files /dev/null and b/images/img_6.png differ diff --git a/images/img_7.png b/images/img_7.png new file mode 100644 index 0000000..80b169d Binary files /dev/null and b/images/img_7.png differ diff --git a/images/img_8.png b/images/img_8.png new file mode 100644 index 0000000..e3c244d Binary files /dev/null and b/images/img_8.png differ diff --git a/images/img_9.png b/images/img_9.png new file mode 100644 index 0000000..94ef22a Binary files /dev/null and b/images/img_9.png differ