rename templates to prompts in ai crate

This commit is contained in:
KCaverly 2023-10-22 13:46:49 +02:00
parent 0b57ab7303
commit a62baf34f2
9 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
pub mod completion;
pub mod embedding;
pub mod models;
pub mod templates;
pub mod prompts;