Start work on more clean client.

This commit is contained in:
2023-04-22 16:32:54 -07:00
parent 1c0fbe02db
commit 4430bdcdd7
9 changed files with 69 additions and 26 deletions

View File

@ -6,6 +6,7 @@ option swift_prefix = "Sd";
message ModelInfo {
string name = 1;
string attention = 2;
bool is_loaded = 3;
}
message Image {