Test the Flask API that forwards messages to OpenAI's Assistant API with ultra-fast performance
/api/text{"message": "your message"}{"reply": "AI response"}/api/text/streamasst_c0LRWpvZJ04MimV8SUgLYJjecurl -X POST http://localhost:5000/api/text \
-H "Content-Type: application/json" \
-d '{"message": "Hello, how are you?"}'