novelai-bot icon indicating copy to clipboard operation
novelai-bot copied to clipboard

Feat: list ckpt, lora, lyco, embedding, hypernetwork and inspect model details

Open Ninzore opened this issue 1 year ago • 2 comments

Add a new command lsmd Solve https://github.com/koishijs/novelai-bot/issues/165

Ninzore avatar Jul 26 '23 07:07 Ninzore

2 Unneccesary changes are marked at the below, you should apply format changes in a separated PR.

I applied eslint config from @koishijs/eslint-config

Should use i18n API to construct the message rather than manually concatenate strings.

Fixed

getLycoList is defined but not got used, you missed it?

In the testing, I found the lora endpoint already return lora and lyco, so I don't need to use getLycoList function anymore, I leave it there just in case

Ninzore avatar Jul 28 '23 10:07 Ninzore

Can you address these suggestions?

MaikoTan avatar Oct 09 '23 13:10 MaikoTan