fix: VLM prompt 改为通用食物识别,不限于中餐

This commit is contained in:
MingNian
2026-06-02 14:30:52 +08:00
parent b3ea5cc8ea
commit 01e0f0adbc

View File

@@ -270,11 +270,10 @@ public static class AiChatEndpoints
}
var prompt = """
JSON
JSON
{
"foods": [{"name":"中文菜名","portion":"份量","calories":}]
"foods": [{"name":"食物名","portion":"份量","calories":}]
}
200g/230200g/80150g/400200g/180200g/200
""";
try