Add custom error

This commit is contained in:
Dongri Jin
2023-03-05 07:37:39 +09:00
parent 95bef4a7b8
commit d3223befbd
5 changed files with 53 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
pub mod common;
pub mod error;
pub mod chat_completion;
pub mod completion;