Skip to content

Commit

Permalink
chore: improve consistency of project classifications in integrations/ (
Browse files Browse the repository at this point in the history
#257)

Co-authored-by: pratrivedi <[email protected]>
Co-authored-by: josh <[email protected]>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent a84a015 commit 085885c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
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

0 comments on commit 085885c

Please sign in to comment.