Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion openapi.foundry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading