Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve consistency of project classifications in integrations/ #257

Merged
merged 15 commits into from
Mar 11, 2024
2 changes: 1 addition & 1 deletion integrations/ev_charger/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Openchargemap integration",
"description": "Agent integration with Openchargemap.",
"categories": ["mobility", "EV"],
"categories": ["Mobility", "EV"],
"deltav": true
}
3 changes: 2 additions & 1 deletion integrations/flights_data_integration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "This integration helps user to track current status of flights.",
"categories": [
"Live Flight Data",
"Flight Status"
"Flight Status",
"Mobility"
],
"deltav": false
}
2 changes: 1 addition & 1 deletion integrations/geopy_car_parking/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Car Parking from Geoapify integration",
"description": "Agent responsible for getting Car Parking from Geoapify API.",
"categories": ["mobility", "car parking"],
"categories": ["Mobility", "Car Parking"],
"deltav": true
}
3 changes: 2 additions & 1 deletion integrations/london-transport-integration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "This integration helps user to plan Journey using london transport",
"categories": [
"London Transport",
"Transport"
"Transport",
"Mobility"
],
"deltav": false
}
2 changes: 1 addition & 1 deletion integrations/stable-diffusion-v1-4/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Stable Diffusion V1",
"description": "Stable Diffusion model with this image generator. Stable Diffusion, an avant-garde image synthesis model, seamlessly melds the capabilities of both CLIP and Diffusion techniques, churning out visually arresting images from textual descriptions",
"categories": [
"Text-to-Image Generation",
"Text-to-Image",
"Hugging Face"
],
"deltav": false
Expand Down
Loading