Bump to Lua 5.5
This commit is contained in:
parent
13d6686dd9
commit
4815c7f9bb
4 changed files with 691 additions and 23 deletions
|
|
@ -11,7 +11,7 @@ pub enum WakeWordEngine {
|
|||
#[derive(Clone, Copy, Serialize, Deserialize, Debug, PartialEq)]
|
||||
pub enum IntentRecognitionEngine {
|
||||
IntentClassifier,
|
||||
Rasa,
|
||||
EmbeddingClassifier,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Serialize, Deserialize, Debug, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue