feat: add client.list_models() method

This commit is contained in:
Ivan Gabriele
2024-03-03 19:38:34 +01:00
parent 7de2b19b98
commit 814b9918b3
6 changed files with 100 additions and 65 deletions

View File

@@ -3,3 +3,4 @@ pub mod client;
pub mod common;
pub mod constants;
pub mod error;
pub mod list_models;