Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
ezchatbot
Browse files
Aug 18, 2024
Merge branch 'feat_json_schemas' into 'master'
· bb9cd348
Tayzen
authored
Aug 18, 2024
bb9cd348
Aug 17, 2024
bugfix: better validation + parameters overriding issues
· 3f4156a0
Tayzen
authored
Aug 18, 2024
3f4156a0
adding datetime to prompts
· 27f8bc07
Tayzen
authored
Aug 17, 2024
27f8bc07
update to schemas (useful for typeddict) + using the new validation
· 7b405ce1
Tayzen
authored
Aug 17, 2024
7b405ce1
Aug 16, 2024
using pydantic to generate JSON schemas (instead of a customed simplified format)
· 314de761
Tayzen
authored
Aug 16, 2024
314de761
Aug 11, 2024
fix: fc matcher can accept function with no params
· 5a97d21d
Tayzen
authored
Aug 12, 2024
5a97d21d
Aug 08, 2024
new arguments
· d13781a6
Tayzen
authored
Aug 09, 2024
d13781a6
fixing typos
· 2de36581
Tayzen
authored
Aug 08, 2024
2de36581
Merge branch 'feat_final_apis' into 'master'
· 354254da
Tayzen
authored
Aug 08, 2024
354254da
new flowchart
· 6d8c27e4
Tayzen
authored
Aug 08, 2024
6d8c27e4
almost written without flowchart
· 099d4831
Tayzen
authored
Aug 08, 2024
099d4831
simplify the imports
· a53b0c42
Tayzen
authored
Aug 08, 2024
a53b0c42
updating todos
· 6b623ce1
Tayzen
authored
Aug 08, 2024
6b623ce1
fix: new params of the matchers are not required
· 61f7a4e8
Tayzen
authored
Aug 08, 2024
61f7a4e8
todo
· 64d6e5bb
Tayzen
authored
Aug 08, 2024
64d6e5bb
updating the demo with a new feature
· 63bb743d
Tayzen
authored
Aug 08, 2024
63bb743d
fixing some bugs on the matchers + new additional parameters feature
· 5748919b
Tayzen
authored
Aug 08, 2024
5748919b
new __str__ functions for benchmark reuslts
· 298b41a4
Tayzen
authored
Aug 08, 2024
298b41a4
Aug 07, 2024
fixing the function calling matcher comparison
· ff85b3c7
Tayzen
authored
Aug 08, 2024
ff85b3c7
new progressbar for benchmark + fixing a bug with no commands while benchmarking
· 53e6cfda
Tayzen
authored
Aug 08, 2024
53e6cfda
new examples to showcase the features of ezchatbot
· cbc5caa7
Tayzen
authored
Aug 08, 2024
cbc5caa7
fixing a bug with commands conversion to str
· 1a8fba44
Tayzen
authored
Aug 07, 2024
1a8fba44
removing useless import
· de4c28aa
Tayzen
authored
Aug 07, 2024
de4c28aa
init files
· c9a3f454
Tayzen
authored
Aug 07, 2024
c9a3f454
Aug 06, 2024
adding some test files to gitignore
· 4e0cafc9
Tayzen
authored
Aug 06, 2024
4e0cafc9
updating ollama package (some features will be needed) + ipython as dev dependencies
· a4442ffb
Tayzen
authored
Aug 06, 2024
a4442ffb
Aug 05, 2024
add tabulate in dependencies (useful for benchmark's result export)
· fb9c68f4
Tayzen
authored
Aug 06, 2024
fb9c68f4
fixing a typo in a type definition
· c132aa1a
Tayzen
authored
Aug 06, 2024
c132aa1a
fix: update the prompts at initialization (needed to be compatible with the benchmark feature)
· cfd17b9e
Tayzen
authored
Aug 06, 2024
cfd17b9e
fix: sometimes the function calling matcher could receive str inputs
· 9f64f132
Tayzen
authored
Aug 06, 2024
9f64f132
fixing some default values definition + bad using of map function
· a019083e
Tayzen
authored
Aug 06, 2024
a019083e
bugfix: _get_unavailable now returns a list of commands names
· 4a179af2
Tayzen
authored
Aug 05, 2024
4a179af2
update python version for the project
· 2e177590
Tayzen
authored
Aug 05, 2024
2e177590
Aug 04, 2024
fixing some type hintings + removing useless import + new TODO
· 5cf14cf8
Tayzen
authored
Aug 04, 2024
5cf14cf8
removing the serve method (the handler should be used instead)
· 77da9c06
Tayzen
authored
Aug 04, 2024
77da9c06
new ServerHandler to serve the models
· 3d7f5ed9
Tayzen
authored
Aug 04, 2024
3d7f5ed9
new ichatbot interface + moving some classes + Roles is now a protocol
· 4a7a13ad
Tayzen
authored
Aug 04, 2024
4a7a13ad
new dialog feature to make a conversation without handling yourself the history of messages
· 22d1edc0
Tayzen
authored
Aug 04, 2024
22d1edc0
making linter happier (not yet happy)
· 17009d4e
Tayzen
authored
Aug 04, 2024
17009d4e
handling history for conversations
· 0ae88397
Tayzen
authored
Aug 04, 2024
0ae88397
Loading