Spaces:
Running
Running
Commit
·
80ba5ca
1
Parent(s):
b3b72d2
update tools
Browse files- .gitignore +6 -0
- tools.json +11 -0
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
myenv
|
2 |
+
*.code-workspace
|
3 |
+
.env
|
4 |
+
# Ignore all __pycache__ directories
|
5 |
+
**/__pycache__/
|
6 |
+
|
tools.json
CHANGED
@@ -1228,5 +1228,16 @@
|
|
1228 |
"rating": 5,
|
1229 |
"isNew": true,
|
1230 |
"isFeatured": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1231 |
}
|
|
|
1232 |
]
|
|
|
1228 |
"rating": 5,
|
1229 |
"isNew": true,
|
1230 |
"isFeatured": false
|
1231 |
+
},
|
1232 |
+
{
|
1233 |
+
"name": "Kling AI",
|
1234 |
+
"description": "מחולל תמונות וסרטונים בעזרת בינה מלאכותית, המציע מגוון רחב של אפשרויות ליצירת תוכן ויזואלי מרשים.",
|
1235 |
+
"category": "video_generation",
|
1236 |
+
"url": "https://klingai.com/",
|
1237 |
+
"icon": "fas fa-video",
|
1238 |
+
"rating": 4,
|
1239 |
+
"isNew": true,
|
1240 |
+
"isFeatured": false
|
1241 |
}
|
1242 |
+
|
1243 |
]
|