Sheikh
Osana
Flows
Logs
en
ar
guest@example.com
Sign Out
Flow Editor
Name
Description
Flow JSON
{ "nodes": [ { "id": "stt-1", "type": "stt", "config": { "language": "ar" } }, { "id": "llm-1", "type": "llm", "config": { "systemPrompt": "أنت مساعد ذكي ومفيد. أجب باختصار وبشكل واضح باللغة العربية.", "temperature": 0.7, "maxTokens": 256 } }, { "id": "tts-1", "type": "tts", "config": { "language": "ar" } }, { "id": "tg-send", "type": "telegram-send", "config": { "messageType": "voice" } }, { "id": "fb-log", "type": "firebase-log", "config": { "collection": "flow_logs" } } ], "edges": [ { "from": "stt-1", "to": "llm-1" }, { "from": "llm-1", "to": "tts-1" }, { "from": "tts-1", "to": "tg-send" }, { "from": "llm-1", "to": "fb-log" } ] }
Save
Run
Delete