Spaces:
Running
Running
Commit
·
672a7bb
1
Parent(s):
fecbe82
add openai-tts-fm.vercel.app
Browse files- index.html +8 -0
- tools.json +10 -0
index.html
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="he" dir="rtl">
|
3 |
<head>
|
|
|
1 |
+
<!--
|
2 |
+
https://thewitcher-sagi-ai-tools.static.hf.space/index.html
|
3 |
+
https://huggingface.co/spaces/theWitcher/sagi-ai-tools
|
4 |
+
|
5 |
+
https://chatgpt.com/c/67efa5ae-ab80-8005-a7d4-de3ced6ccec4
|
6 |
+
|
7 |
+
-->
|
8 |
+
|
9 |
<!DOCTYPE html>
|
10 |
<html lang="he" dir="rtl">
|
11 |
<head>
|
tools.json
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
{
|
3 |
"name": "Manus AI",
|
4 |
"description": "סוכן AI אוטונומי המאפשר ביצוע משימות מורכבות באופן עצמאי, כולל כתיבת קוד, ניתוח נתונים ותכנון פרויקטים, ללא צורך בהתערבות מתמשכת של המשתמש.",
|
|
|
1 |
[
|
2 |
+
{
|
3 |
+
"name": "המרת טקסט לקובץ אודיו בעברית",
|
4 |
+
"description": "ממיר טקסט לדיבור המאפשר יצירת קובצי אודיו איכותיים בעברית ובשפות נוספות, תוך שימוש במנוע הדיבור המתקדם של OpenAI. מתאים ליצירת פודקאסטים, ספרי אודיו ותכנים קוליים נוספים.",
|
5 |
+
"category": "audio",
|
6 |
+
"url": "https://openai-tts-fm.vercel.app/",
|
7 |
+
"icon": "fas fa-volume-up",
|
8 |
+
"rating": 4,
|
9 |
+
"isNew": true,
|
10 |
+
"isFeatured": false
|
11 |
+
},
|
12 |
{
|
13 |
"name": "Manus AI",
|
14 |
"description": "סוכן AI אוטונומי המאפשר ביצוע משימות מורכבות באופן עצמאי, כולל כתיבת קוד, ניתוח נתונים ותכנון פרויקטים, ללא צורך בהתערבות מתמשכת של המשתמש.",
|