diff --git a/README.md b/README.md index f814a3f..2ab7a13 100644 --- a/README.md +++ b/README.md @@ -447,4 +447,4 @@ MIT – see `LICENSE` for details. ## Author -Created by [Anand Pant](https://github.com/anand-testcompare) +Created by [Anand Pant](https://github.com/anandpant) diff --git a/openapi.foundry.json b/openapi.foundry.json index d6bf202..0cbf8fb 100644 --- a/openapi.foundry.json +++ b/openapi.foundry.json @@ -3,7 +3,7 @@ "info": { "title": "DSPy Complaint Classifier API", "version": "0.3.0", - "description": "Multi-stage complaint classification API for Ozempic-related issues. Supports three classification types:\n\n1. **AE vs PC**: Classify as Adverse Event or Product Complaint\n2. **AE Category**: Classify adverse events into specific medical categories\n3. **PC Category**: Classify product complaints into specific quality/defect categories\n\n**GitHub Repository**: [anand-testcompare/dspy-reference-examples](https://github.com/anand-testcompare/dspy-reference-examples)\n**Learn More**: [shpit.dev/learn](https://shpit.dev/learn)" + "description": "Multi-stage complaint classification API for Ozempic-related issues. Supports three classification types:\n\n1. **AE vs PC**: Classify as Adverse Event or Product Complaint\n2. **AE Category**: Classify adverse events into specific medical categories\n3. **PC Category**: Classify product complaints into specific quality/defect categories\n\n**GitHub Repository**: [shpitdev/dspy-template-openapi-compute-modules-function](https://github.com/shpitdev/dspy-template-openapi-compute-modules-function)\n**Learn More**: [shpit.dev/learn](https://shpit.dev/learn)" }, "servers": [ { diff --git a/src/api/app.py b/src/api/app.py index 9892632..7b2ceed 100644 --- a/src/api/app.py +++ b/src/api/app.py @@ -57,7 +57,7 @@ async def _lifespan(app: FastAPI): "1. **AE vs PC**: Classify as Adverse Event or Product Complaint\n" "2. **AE Category**: Classify adverse events into specific medical categories\n" "3. **PC Category**: Classify product complaints into specific quality/defect categories\n\n" - "**GitHub Repository**: [anand-testcompare/dspy-reference-examples](https://github.com/anand-testcompare/dspy-reference-examples)\n" + "**GitHub Repository**: [shpitdev/dspy-template-openapi-compute-modules-function](https://github.com/shpitdev/dspy-template-openapi-compute-modules-function)\n" "**Learn More**: [shpit.dev/learn](https://shpit.dev/learn)" ), lifespan=_lifespan,