superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[MISC]: In the listener, use a meaningful predict_id.

Open jieguangzhou opened this issue 1 year ago • 0 comments
trafficstars

Currently, the listener uses UUID as predict_id, making it difficult to find model results in the database since it’s a string of meaningless characters.

The predict_id should have the following attributes:

  1. Human-readable significance
  2. Support for configuration during the initialization of the listener
  3. Ability to distinguish between versions

jieguangzhou avatar Jun 06 '24 07:06 jieguangzhou