Files
meetnote/.project.json
2026-04-13 18:28:59 +08:00

27 lines
526 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "MeetNote 会议转写总结",
"description": "私有部署的会议录音上传+转写+AI总结 PWA支持中英混说长音频云端 Groq Whisper + Poe Claude 处理",
"status": "active",
"created": "2026-04-13",
"ports": [
{
"port": 4490,
"label": "frontend",
"fixed": true
},
{
"port": 4491,
"label": "api",
"fixed": true
}
],
"stack": [
"Next.js 15",
"FastAPI",
"PostgreSQL",
"MinIO",
"Groq Whisper",
"Claude"
]
}