added openai language model tokenizer and LanguageModel trait
This commit is contained in:
parent
ad92fe49c7
commit
a874a09b7e
4 changed files with 102 additions and 44 deletions
|
@ -1,3 +1,4 @@
|
|||
pub mod completion;
|
||||
pub mod embedding;
|
||||
pub mod models;
|
||||
pub mod templates;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue