1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 05:30:32 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
louistiti
822e20f80b
fix(scripts): remove description property on LLM action classifier training 2024-07-07 16:03:20 +08:00
louistiti
4019bd877b chore: better comments on LLM action matching 2024-07-03 09:11:25 +08:00
louistiti
8eefe53473
feat(web app): prevent from sending utterance while Leon is generating answer 2024-05-27 19:25:57 +08:00
louistiti
0ce1f62c0d
feat: support default conversations powered by LLM with action-first in mind 2024-05-27 18:54:54 +08:00
louistiti
fb5c258cf6
refactor: unify NLP models paths 2024-05-26 09:47:13 +08:00
Divlo
bd66bb5cb7
refactor: usage of fs.promises 2023-04-02 20:34:50 +02:00
louistiti
e2f0df2cb6 refactor(server): unify join path 2023-03-27 21:51:40 +08:00
louistiti
7259ceda59 refactor(server): unify skill config getter 2023-03-27 21:42:33 +08:00
louistiti
defc70128c
refactor: add ESLint rules about imports 2022-09-27 00:01:03 +08:00
louistiti
f68da11f6b
refactor(server): make use of node:* import for all Node.js built-in modules 2022-09-26 23:28:25 +08:00
louistiti
7544534ea4 refactor(server): skill domain helper to static class 2022-09-26 21:36:07 +08:00
louistiti
a80e8ba65d refactor(server): log helper to static class 2022-09-26 21:29:56 +08:00
louistiti
f4d625500f refactor(server): lang helper to static class 2022-09-26 21:17:36 +08:00
louistiti
9065d713e9
refactor(server): string helper from singleton to static 2022-09-26 00:44:40 +08:00
louistiti
cc317842d8
chore: clean up ESLint comments and new Prettier/ESLint script 2022-09-21 23:29:29 +08:00
louistiti
82f6ee80fe
refactor(server): skill domain helper to singleton 2022-09-21 23:01:16 +08:00
louistiti
84aadc0245
refactor(server): string helper to singleton 2022-09-21 22:24:48 +08:00
louistiti
713ece380b
refactor(server): rename lang helper methods 2022-09-21 21:46:05 +08:00
louistiti
8d3aee8da7
refactor(server): lang helper to singleton 2022-09-21 21:31:19 +08:00
louistiti
4f1683dc55
refactor(server): capitalize singleton helpers instance constants 2022-09-21 20:25:00 +08:00
Divlo
c68b16191a
chore: remove unneeded eslint disable comments 2022-09-20 21:49:41 +02:00
Divlo
285bfa6e78
refactor(server): add getSkillConfig 2022-09-20 21:43:34 +02:00
Divlo
b7f20710db
refactor(server): log helper to TypeScript 2022-09-16 19:36:58 +02:00
Divlo
c979a9ea08
refactor(server): lang helper to TypeScript 2022-09-16 17:17:54 +02:00
louistiti
6f7bcc5e37
refactor(server): skill domain helper to TypeScript 2022-09-13 23:06:57 +08:00
louistiti
35a9f6e0ea
refactor(server): string helper to TypeScript 2022-09-12 16:00:46 +08:00
louistiti
019c462bfa
feat: complete Prettier setup 2022-09-03 19:12:41 +08:00
louistiti
01f7515e6f
refactor: switch from skill NLU config to skill config naming 2022-08-20 22:35:34 +08:00
louistiti
602604e437
feat: create new NLP skills resolvers model + NLP global resolvers model 2022-07-12 22:27:38 +08:00
louistiti
6ed88a5946
feat: add Cartesian sample training on resolvers + enum entities 2022-07-02 01:42:23 +08:00
louistiti
eb5ade7684
feat: map skills resolvers intents 2022-07-01 01:07:48 +08:00
louistiti
82df0a3c23
feat: train skills resolvers and remap as per changes 2022-07-01 00:19:36 +08:00
louistiti
e37526d905
feat(server): introduce main NLP model and resolvers NLP model 2022-06-30 22:35:54 +08:00